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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.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/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index eb69fce58933f696fe3b2e2f7293b19d713581e4..f8ce053d43e0abf97f787bdbcf43bb83d9a7c525 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -57,17 +57,10 @@ class RefCountedBytes;
namespace blink {
class WebInputEvent;
-#if defined(OS_ANDROID)
-class WebLayer;
-#endif
class WebMouseEvent;
struct WebCompositionUnderline;
}
-namespace cc {
-class CompositorFrameAck;
-}
-
#if defined(OS_MACOSX)
namespace device {
class PowerSaveBlocker;
« no previous file with comments | « content/browser/renderer_host/render_widget_helper.h ('k') | content/browser/renderer_host/render_widget_host_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698