Index: content/test/test_web_contents_view.h |
=================================================================== |
--- content/test/test_web_contents_view.h (revision 168623) |
+++ content/test/test_web_contents_view.h (working copy) |
@@ -40,6 +40,7 @@ |
virtual void CreateView(const gfx::Size& initial_size) OVERRIDE; |
virtual RenderWidgetHostView* CreateViewForWidget( |
RenderWidgetHost* render_widget_host) OVERRIDE; |
+ virtual void SetView(RenderWidgetHostView* view) OVERRIDE; |
virtual gfx::NativeView GetNativeView() const OVERRIDE; |
virtual gfx::NativeView GetContentNativeView() const OVERRIDE; |
virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE; |