| Index: content/browser/web_contents/web_contents_view_child_frame.h
|
| diff --git a/content/browser/web_contents/web_contents_view_child_frame.h b/content/browser/web_contents/web_contents_view_child_frame.h
|
| index be76c634809fa5b413c245f4d8ad1a012236048b..15569c09bd818405c1e51b088bab74c043852f74 100644
|
| --- a/content/browser/web_contents/web_contents_view_child_frame.h
|
| +++ b/content/browser/web_contents/web_contents_view_child_frame.h
|
| @@ -47,6 +47,7 @@ class WebContentsViewChildFrame : public WebContentsView,
|
| void RenderViewCreated(RenderViewHost* host) override;
|
| void RenderViewSwappedIn(RenderViewHost* host) override;
|
| void SetOverscrollControllerEnabled(bool enabled) override;
|
| + ui::Compositor* GetCompositor() const override;
|
| #if defined(OS_MACOSX)
|
| void SetAllowOtherViews(bool allow) override;
|
| bool GetAllowOtherViews() const override;
|
|
|