| Index: content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| diff --git a/content/browser/screen_orientation/screen_orientation_browsertest.cc b/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| index 540fc43360ab7fd3e052c7a2eb8fae2454ab6f76..e54d07d641cf4f3dfa63050c16fe4df5fd03123d 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| +++ b/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| @@ -56,7 +56,6 @@ class ScreenOrientationBrowserTest : public ContentBrowserTest {
|
| params.physical_backing_size = gfx::Size(300, 300);
|
| params.top_controls_height = 0.f;
|
| params.top_controls_shrink_blink_size = false;
|
| - params.resizer_rect = gfx::Rect();
|
| params.is_fullscreen_granted = false;
|
| rwh->Send(new ViewMsg_Resize(rwh->GetRoutingID(), params));
|
| }
|
|
|