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

Unified Diff: content/public/test/render_view_test.cc

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test 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
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index 40fcb260b693ae64ee5ebb0aef21ebab95535e3d..c9fb5d4371bed3c688df160f301c558c3f4e401e 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -532,7 +532,7 @@ void RenderViewTest::Resize(gfx::Size new_size,
params.new_size = new_size;
params.physical_backing_size = new_size;
params.top_controls_height = 0.f;
- params.top_controls_shrink_blink_size = false;
+ params.browser_controls_shrink_blink_size = false;
params.is_fullscreen_granted = is_fullscreen_granted;
params.display_mode = blink::WebDisplayModeBrowser;
std::unique_ptr<IPC::Message> resize_message(new ViewMsg_Resize(0, params));

Powered by Google App Engine
This is Rietveld 408576698