| 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 33b026cf5bb4a21d0d53d0bd069366225efb40a5..4ef1bccc4093914cbb4e6f7e76d71180655b2bd1 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| +++ b/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| @@ -65,7 +65,8 @@ class ScreenOrientationBrowserTest : public ContentBrowserTest {
|
| params.screen_info = screen_info;
|
| params.new_size = gfx::Size(0, 0);
|
| params.physical_backing_size = gfx::Size(300, 300);
|
| - params.top_controls_layout_height = 0.f;
|
| + params.top_controls_height = 0.f;
|
| + params.top_controls_shrink_blink_size = false;
|
| params.resizer_rect = gfx::Rect();
|
| params.is_fullscreen = false;
|
| rwh->Send(new ViewMsg_Resize(rwh->GetRoutingID(), params));
|
|
|