Chromium Code Reviews| Index: content/shell/android/shell_manager.cc |
| diff --git a/content/shell/android/shell_manager.cc b/content/shell/android/shell_manager.cc |
| index 4b161a6f54495e48704e785a54b8636a89e1393f..39fd872a4daf27faf66448289cc8d647d9b08f78 100644 |
| --- a/content/shell/android/shell_manager.cc |
| +++ b/content/shell/android/shell_manager.cc |
| @@ -57,7 +57,7 @@ void LaunchShell(JNIEnv* env, jclass clazz, jstring jurl) { |
| url, |
| NULL, |
| MSG_ROUTING_NONE, |
| - NULL); |
| + gfx::Size()); |
| } |
| } // namespace content |