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 90fe72943d8892c60fb892f60eaa6fb16143b599..f76f48b545cfcca868d3a5e8c0f74e1a5859f5e8 100644 |
--- a/content/browser/screen_orientation/screen_orientation_browsertest.cc |
+++ b/content/browser/screen_orientation/screen_orientation_browsertest.cc |
@@ -70,7 +70,7 @@ 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.overdraw_bottom_height = 0.f; |
+ params.top_controls_layout_height = 0.f; |
params.resizer_rect = gfx::Rect(); |
params.is_fullscreen = false; |
rwh->Send(new ViewMsg_Resize(rwh->GetRoutingID(), params)); |