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

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

Issue 2395393003: Remove grow box rect support, renderer part. (Closed)
Patch Set: rebase Created 4 years, 2 months 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 | « components/printing/test/print_web_view_helper_browsertest.cc ('k') | content/common/resize_params.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 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));
}
« no previous file with comments | « components/printing/test/print_web_view_helper_browsertest.cc ('k') | content/common/resize_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698