| Index: content/browser/frame_host/render_widget_host_view_child_frame.h
|
| diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| index 5af60501e45fe44aed6484782f857184b04476b8..3086266975fe8d0984fc7028af1de488fdd59076 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| +++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| @@ -156,10 +156,6 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
|
| void StopSpeaking() override;
|
| #endif // defined(OS_MACOSX)
|
|
|
| - // RenderWidgetHostViewBase implementation.
|
| - void LockCompositingSurface() override;
|
| - void UnlockCompositingSurface() override;
|
| -
|
| InputEventAckState FilterInputEvent(
|
| const blink::WebInputEvent& input_event) override;
|
| BrowserAccessibilityManager* CreateBrowserAccessibilityManager(
|
|
|