| 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 95e1b340df9a65ad70e83c956ffa2038a886cdeb..3b2539e40a3d218c08448ff622f4ec14204e32f6 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);
|
|
|