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

Unified Diff: ui/aura/test/test_screen.cc

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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 | « third_party/mesa/mesa.gyp ('k') | ui/gfx/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_screen.cc
diff --git a/ui/aura/test/test_screen.cc b/ui/aura/test/test_screen.cc
index 5eab457b0960a3af921dc10dcdf83b5e79b3c41a..532499ebd548606b629a1d7109c09e1428214604 100644
--- a/ui/aura/test/test_screen.cc
+++ b/ui/aura/test/test_screen.cc
@@ -20,7 +20,7 @@ namespace aura {
TestScreen* TestScreen::Create() {
// Use (0,0) because the desktop aura tests are executed in
// native environment where the display's origin is (0,0).
- return new TestScreen(gfx::Rect(0, 0, 800, 600));
+ return new TestScreen(gfx::Rect(0, 0, 2560, 1700));
}
// static
« no previous file with comments | « third_party/mesa/mesa.gyp ('k') | ui/gfx/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698