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

Unified Diff: content/renderer/child_frame_compositing_helper.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration 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
Index: content/renderer/child_frame_compositing_helper.h
diff --git a/content/renderer/child_frame_compositing_helper.h b/content/renderer/child_frame_compositing_helper.h
index e6ef88f937e8746c0d68093deda4f135bd572c9c..50ca1f561ba9f550eb93f3b1fced3dd14633906c 100644
--- a/content/renderer/child_frame_compositing_helper.h
+++ b/content/renderer/child_frame_compositing_helper.h
@@ -19,17 +19,11 @@
#include "content/common/content_export.h"
#include "ui/gfx/geometry/size.h"
-namespace base {
-class SharedMemory;
-}
-
namespace cc {
struct SurfaceSequence;
class CompositorFrame;
class Layer;
-class SolidColorLayer;
-class SurfaceLayer;
}
namespace blink {
@@ -39,17 +33,12 @@ class WebLayer;
}
namespace gfx {
-class Rect;
class Size;
}
-struct FrameHostMsg_CompositorFrameSwappedACK_Params;
-struct FrameHostMsg_ReclaimCompositorResources_Params;
-
namespace content {
class BrowserPlugin;
-class BrowserPluginManager;
class RenderFrameProxy;
class ThreadSafeSender;
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_manager.h ('k') | content/renderer/fetchers/associated_resource_fetcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698