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

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

Issue 659093002: Pass the size to the RenderView on creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java_enum
Patch Set: Created 6 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 f8f00883209885e0b9cd735ee3076c5d58efb7b0..e0577b4ffc3b07f1d5f54dbc790dd6b004a105e1 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -198,7 +198,8 @@ void RenderViewTest::SetUp() {
false, // hidden
false, // never_visible
1, // next_page_id
- blink::WebScreenInfo());
+ blink::WebScreenInfo(),
+ gfx::Size());
view->AddRef();
view_ = view;
}

Powered by Google App Engine
This is Rietveld 408576698