| 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 781c2cff92cfad25252c04641233bf2eee9cb556..7c51e6f1c465e3ab5bff1555f2e15b2487755a2b 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
|
| @@ -153,6 +153,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
|
| void LockCompositingSurface() override;
|
| void UnlockCompositingSurface() override;
|
|
|
| + InputEventAckState FilterInputEvent(
|
| + const blink::WebInputEvent& input_event) override;
|
| BrowserAccessibilityManager* CreateBrowserAccessibilityManager(
|
| BrowserAccessibilityDelegate* delegate, bool for_root_frame) override;
|
|
|
|
|