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

Unified Diff: cc/output/compositor_frame_sink.h

Issue 2503283002: cc: Cleanup class/struct forward declarations (Closed)
Patch Set: Add missing fwd class decl in blimp_embedder_compositor.h 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 | « cc/layers/ui_resource_layer.h ('k') | cc/output/context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_sink.h
diff --git a/cc/output/compositor_frame_sink.h b/cc/output/compositor_frame_sink.h
index 1cd1966188b7fcb17e969b91e58586a0541a6c9c..333363fdc761f2eeea9b5c9dfde05344ae7d91f9 100644
--- a/cc/output/compositor_frame_sink.h
+++ b/cc/output/compositor_frame_sink.h
@@ -19,17 +19,6 @@
#include "gpu/command_buffer/common/texture_in_use_response.h"
#include "ui/gfx/color_space.h"
-namespace ui {
-class LatencyInfo;
-}
-
-namespace gfx {
-class ColorSpace;
-class Rect;
-class Size;
-class Transform;
-}
-
namespace gpu {
class GpuMemoryBufferManager;
}
@@ -37,7 +26,6 @@ class GpuMemoryBufferManager;
namespace cc {
class CompositorFrame;
-struct ManagedMemoryPolicy;
class CompositorFrameSinkClient;
class SharedBitmapManager;
« no previous file with comments | « cc/layers/ui_resource_layer.h ('k') | cc/output/context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698