| 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 3c07ef189e4fff79795df5c5a5a7c09a07fee626..6d0aa701d0708a9124a975c2e1806b700cc636c4 100644
|
| --- a/content/public/test/render_view_test.h
|
| +++ b/content/public/test/render_view_test.h
|
| @@ -148,9 +148,7 @@ class RenderViewTest : public testing::Test, blink::WebLeakDetectorClient {
|
| uint32_t GetNavigationIPCType();
|
|
|
| // Resize the view.
|
| - void Resize(gfx::Size new_size,
|
| - gfx::Rect resizer_rect,
|
| - bool is_fullscreen);
|
| + void Resize(gfx::Size new_size, bool is_fullscreen);
|
|
|
| // Simulates typing the |ascii_character| into this render view. Also accepts
|
| // ui::VKEY_BACK for backspace. Will flush the message loop if
|
|
|