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

Unified Diff: ui/aura/aura_test_base.cc

Issue 8222008: Ups the size of the desktop window that is created so tests pass. We (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura_test_base.cc
diff --git a/ui/aura/aura_test_base.cc b/ui/aura/aura_test_base.cc
index aefeea142edc6486db08f4607bbb83be70fbecbd..9d3e5477fb7985be3869b95ca26b1a80f3aea2d0 100644
--- a/ui/aura/aura_test_base.cc
+++ b/ui/aura/aura_test_base.cc
@@ -43,7 +43,7 @@ void AuraTestBase::SetUp() {
// TestDesktopDelegate is owned by the desktop.
new TestDesktopDelegate();
Desktop::GetInstance()->Show();
- Desktop::GetInstance()->SetSize(gfx::Size(500, 500));
+ Desktop::GetInstance()->SetSize(gfx::Size(600, 600));
}
void AuraTestBase::TearDown() {
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698