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

Unified Diff: content/browser/web_contents/web_contents_view_aura.h

Issue 291003002: Move OverscrollController to RenderWidgetHostViewAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix navigation screenshot Created 6 years, 7 months 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/web_contents/web_contents_view_aura.h
diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
index 9cf4182ea9f68b4452b5bf42572aee4aa17f3260..3498551573d9da32c30e38b73a410cbf98cbd4a5 100644
--- a/content/browser/web_contents/web_contents_view_aura.h
+++ b/content/browser/web_contents/web_contents_view_aura.h
@@ -29,6 +29,7 @@ namespace content {
class GestureNavSimple;
class OverscrollNavigationOverlay;
class RenderWidgetHostImpl;
+class RenderWidgetHostViewAura;
class ShadowLayerDelegate;
class TouchEditableImplAura;
class WebContentsViewDelegate;
@@ -60,7 +61,7 @@ class WebContentsViewAura
void EndDrag(blink::WebDragOperationsMask ops);
- void InstallOverscrollControllerDelegate(RenderWidgetHostImpl* host);
+ void InstallOverscrollControllerDelegate(RenderWidgetHostViewAura* view);
// Creates and sets up the overlay window that will be displayed during the
// overscroll gesture.

Powered by Google App Engine
This is Rietveld 408576698