summaryrefslogtreecommitdiffstats
path: root/content/public/test/render_view_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/test/render_view_test.h')
-rw-r--r--content/public/test/render_view_test.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index 95e1b34..3b2539e 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -110,6 +110,11 @@ class RenderViewTest : public testing::Test {
// Returns the IPC message ID of the navigation message.
uint32 GetNavigationIPCType();
+ // Resize the view.
+ void Resize(gfx::Size new_size,
+ gfx::Rect resizer_rect,
+ bool is_fullscreen);
+
// These are all methods from RenderViewImpl that we expose to testing code.
bool OnMessageReceived(const IPC::Message& msg);
void DidNavigateWithinPage(WebKit::WebFrame* frame, bool is_new_navigation);