| 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 e54d07d641cf4f3dfa63050c16fe4df5fd03123d..aeb3d4da1f6654d0ea1fbd6c8221780af4e5b8cc 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| +++ b/content/browser/screen_orientation/screen_orientation_browsertest.cc
|
| @@ -55,7 +55,7 @@ class ScreenOrientationBrowserTest : public ContentBrowserTest {
|
| params.new_size = gfx::Size(0, 0);
|
| params.physical_backing_size = gfx::Size(300, 300);
|
| params.top_controls_height = 0.f;
|
| - params.top_controls_shrink_blink_size = false;
|
| + params.browser_controls_shrink_blink_size = false;
|
| params.is_fullscreen_granted = false;
|
| rwh->Send(new ViewMsg_Resize(rwh->GetRoutingID(), params));
|
| }
|
|
|