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

Unified Diff: cc/output/output_surface.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/output/gl_renderer.h ('k') | cc/output/output_surface_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index b6c840ad1c450eedd7326e7e42cfd454de61ba28..e5199e6d6ccf9961114ac2a4c2cc57b88fdf027d 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -20,20 +20,13 @@
#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 cc {
-struct ManagedMemoryPolicy;
class OutputSurfaceClient;
class OutputSurfaceFrame;
« no previous file with comments | « cc/output/gl_renderer.h ('k') | cc/output/output_surface_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698