Index: ui/aura/remote_root_window_host_win.cc |
diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc |
index 9d1782dc4e54308e653c6cbc25dc9e6e3350ad4e..b507de2916be5d15d4aa3215f19c20adb958a1cd 100644 |
--- a/ui/aura/remote_root_window_host_win.cc |
+++ b/ui/aura/remote_root_window_host_win.cc |
@@ -79,7 +79,8 @@ RemoteRootWindowHostWin* RemoteRootWindowHostWin::Instance() { |
} |
RemoteRootWindowHostWin* RemoteRootWindowHostWin::Create( |
- const gfx::Rect& bounds) { |
+ const gfx::Rect& bounds, |
+ bool is_internal_display) { |
g_instance = new RemoteRootWindowHostWin(bounds); |
return g_instance; |
} |