Index: content/public/test/render_view_test.h |
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h |
index e4a8b5b48a74a22585c70ce8ce241406168d9896..dbdaa0231a7f3794f3d68d27b0a3eb2d191bb784 100644 |
--- a/content/public/test/render_view_test.h |
+++ b/content/public/test/render_view_test.h |
@@ -19,6 +19,8 @@ |
#include "third_party/WebKit/public/platform/Platform.h" |
#include "third_party/WebKit/public/web/WebFrame.h" |
+struct ViewMsg_Resize_Params; |
+ |
namespace blink { |
class WebWidget; |
} |
@@ -131,6 +133,9 @@ class RenderViewTest : public testing::Test { |
virtual ContentBrowserClient* CreateContentBrowserClient(); |
virtual ContentRendererClient* CreateContentRendererClient(); |
+ // Allows a subclass to customize the initial size of the RenderView. |
+ virtual scoped_ptr<ViewMsg_Resize_Params> initial_size_params(); |
piman
2014/10/31 20:35:52
nit: per style, if virtual method, name with Camel
mkosiba (inactive)
2014/11/06 00:18:29
Done.
|
+ |
// testing::Test |
void SetUp() override; |