Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index 30d8b849395a8f81a812be83171fbc1d141d2af8..7da211f814b87fe7a2cccd001b360cf2f7e7fb7d 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -31,8 +31,8 @@ |
namespace content { |
-const int Shell::kDefaultTestWindowWidthDip = 800; |
-const int Shell::kDefaultTestWindowHeightDip = 600; |
+const int Shell::kDefaultTestWindowWidthDip = 2560; |
+const int Shell::kDefaultTestWindowHeightDip = 1700; |
std::vector<Shell*> Shell::windows_; |
base::Callback<void(Shell*)> Shell::shell_created_callback_; |