Index: content/browser/renderer_host/render_view_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_view_host_impl.h (revision 244941) |
+++ content/browser/renderer_host/render_view_host_impl.h (working copy) |
@@ -124,6 +124,7 @@ |
virtual ~RenderViewHostImpl(); |
// RenderViewHost implementation. |
+ virtual RenderFrameHost* GetMainFrame() OVERRIDE; |
virtual void AllowBindings(int binding_flags) OVERRIDE; |
virtual void ClearFocusedNode() OVERRIDE; |
virtual void ClosePage() OVERRIDE; |