| Index: content/shell/browser/shell.cc
|
| diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
|
| index 41b592f39a2eafbe44a3d720c4fa9c7dbe3b7fcd..59ca9ed67660634d407f78d741511ca31a814d8e 100644
|
| --- a/content/shell/browser/shell.cc
|
| +++ b/content/shell/browser/shell.cc
|
| @@ -35,8 +35,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_;
|
|
|