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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.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_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 590874305ae74ae9cad296ca31238e3e584a8494..10f335fe030b39206231da383cf90b5ffeed12ea 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -38,11 +38,10 @@
#include "ui/gfx/selection_bound.h"
#include "ui/touch_selection/touch_selection_controller.h"
+class GURL;
+
namespace cc {
-class CopyOutputResult;
class Layer;
-class SurfaceFactory;
-class SurfaceIdAllocator;
}
namespace ui {
@@ -50,8 +49,6 @@ struct DidOverscrollParams;
}
namespace blink {
-class WebExternalTextureLayer;
-class WebTouchEvent;
class WebMouseEvent;
}
@@ -61,7 +58,6 @@ class DelegatedFrameHostAndroid;
namespace content {
class ContentViewCoreImpl;
-class ContentViewCoreObserver;
class OverscrollControllerAndroid;
class RenderWidgetHost;
class RenderWidgetHostImpl;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.h ('k') | content/browser/renderer_host/render_widget_host_view_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698