Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: ui/compositor/paint_recorder.h

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/compositor/paint_context.h ('k') | ui/compositor/scoped_layer_animation_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/paint_recorder.h
diff --git a/ui/compositor/paint_recorder.h b/ui/compositor/paint_recorder.h
index 2a96e0b234f19b1521553159eedc5b19ce0fe989..12a5e9f2c057efe3d125afddeed8adba739dc92c 100644
--- a/ui/compositor/paint_recorder.h
+++ b/ui/compositor/paint_recorder.h
@@ -12,17 +12,10 @@
#include "ui/gfx/canvas.h"
#include "ui/gfx/geometry/rect.h"
-namespace cc {
-class DisplayItemList;
-}
-
namespace gfx {
class Canvas;
}
-class SkCanvas;
-class SkPictureRecorder;
-
namespace ui {
class PaintCache;
class PaintContext;
« no previous file with comments | « ui/compositor/paint_context.h ('k') | ui/compositor/scoped_layer_animation_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698