Index: ui/aura/remote_root_window_host_win.h |
diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h |
index de69eb22b68907f49a7f8b44ee0da666320f6f55..2752801f55286196ae37a6b1c0c63baba1a90821 100644 |
--- a/ui/aura/remote_root_window_host_win.h |
+++ b/ui/aura/remote_root_window_host_win.h |
@@ -70,7 +70,8 @@ AURA_EXPORT void HandleSaveFile( |
class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost { |
public: |
static RemoteRootWindowHostWin* Instance(); |
- static RemoteRootWindowHostWin* Create(const gfx::Rect& bounds); |
+ static RemoteRootWindowHostWin* Create(const gfx::Rect& bounds, |
+ bool is_internal_display); |
// Called when the remote process has established its IPC connection. |
// The |host| can be used when we need to send a message to it. |