Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 459ab30c375f446319513a5a52e2f1e436d393fe..4172e8a87fb4385ad2ada5712439b6d34197817f 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -223,6 +223,8 @@ class CONTENT_EXPORT WebContentsImpl |
virtual int GetEmbeddedInstanceID() const OVERRIDE; |
virtual int GetRoutingID() const OVERRIDE; |
virtual RenderWidgetHostView* GetRenderWidgetHostView() const OVERRIDE; |
+ virtual RenderWidgetHostView* GetFullscreenRenderWidgetHostView() const |
+ OVERRIDE; |
virtual WebContentsView* GetView() const OVERRIDE; |
virtual WebUI* CreateWebUI(const GURL& url) OVERRIDE; |
virtual WebUI* GetWebUI() const OVERRIDE; |