// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_COMPOSITOR_PAINT_CONTEXT_H_ #define UI_COMPOSITOR_PAINT_CONTEXT_H_ #include "base/check.h" #include "base/memory/raw_ptr.h" #include "ui/compositor/compositor_export.h" #include "ui/gfx/geometry/rect.h" namespace cc { class DisplayItemList; } namespace ui { class ClipRecorder; class PaintRecorder; class TransformRecorder; class COMPOSITOR_EXPORT PaintContext { … }; } // namespace ui #endif // UI_COMPOSITOR_PAINT_CONTEXT_H_