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

Unified Diff: sky/shell/testing/test_runner.cc

Issue 1215953006: Use sky_shell instead of mojo_shell for testing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Foo Created 5 years, 5 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: sky/shell/testing/test_runner.cc
diff --git a/sky/shell/testing/test_runner.cc b/sky/shell/testing/test_runner.cc
index 7c55e1b98220ee5d9b42c406c6fc6447494f1f58..ff75c70676268da054fd859ef98a91b7179f5b73 100644
--- a/sky/shell/testing/test_runner.cc
+++ b/sky/shell/testing/test_runner.cc
@@ -62,8 +62,8 @@ TestRunner::TestRunner()
shell_view_->view()->ConnectToEngine(GetProxy(&sky_engine_));
ViewportMetricsPtr metrics = ViewportMetrics::New();
- metrics->physical_width = 320;
- metrics->physical_height = 640;
+ metrics->physical_width = 800;
+ metrics->physical_height = 600;
sky_engine_->OnViewportMetricsChanged(metrics.Pass());
}

Powered by Google App Engine
This is Rietveld 408576698