| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index 56f04c1e9f165e59db4b0c5b45345461cce630df..d8228ab723ddc5aca21f7c03f43401e417634e7c 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -347,6 +347,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
|
| // workaround crbug.com/301548.
|
| virtual gfx::NativeViewId GetParentForWindowlessPlugin() const = 0;
|
| #endif
|
| +
|
| + virtual void DidFinishTopControlsGesture() = 0;
|
| };
|
|
|
| } // namespace content
|
|
|