| 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 875ca1c427f2b8b3749f4bfca597b7dea811ea6f..71a425a18f882fbeb6bb7d3f1012eba37345ca2d 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -30,6 +30,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.
|
|
|