| 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 c7fd2a340d34f42ab6188bd6d589065d60b4fb65..19a5842f0fcca1bd7af6507648dabc32f4d3cef1 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
|
| @@ -89,6 +89,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
|
| gfx::NativeViewAccessible GetNativeViewAccessible() override;
|
| void SetBackgroundColor(SkColor color) override;
|
| gfx::Size GetPhysicalBackingSize() const override;
|
| + bool IsMouseLocked() override;
|
|
|
| // RenderWidgetHostViewBase implementation.
|
| void InitAsPopup(RenderWidgetHostView* parent_host_view,
|
|
|