Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: content/browser/screen_orientation/screen_orientation_browsertest.cc

Issue 714003002: Allow changing top controls height (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_base.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_base.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698