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

Unified Diff: cc/surfaces/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/surfaces/display_scheduler.h ('k') | cc/surfaces/surface_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface.h
diff --git a/cc/surfaces/surface.h b/cc/surfaces/surface.h
index ad29d8142747f94f6ef7d05eddf541faaf72b697..2e18b2d6b117228900943b697ace43e567bb89e2 100644
--- a/cc/surfaces/surface.h
+++ b/cc/surfaces/surface.h
@@ -31,11 +31,11 @@ class LatencyInfo;
}
namespace cc {
+
+class BeginFrameSource;
class CompositorFrame;
class CopyOutputRequest;
-class SurfaceManager;
class SurfaceFactory;
-class SurfaceResourceHolder;
class CC_SURFACES_EXPORT Surface {
public:
« no previous file with comments | « cc/surfaces/display_scheduler.h ('k') | cc/surfaces/surface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698