Index: ash/host/root_window_host_factory.h |
diff --git a/ash/host/root_window_host_factory.h b/ash/host/root_window_host_factory.h |
index d357d9b2cb33b38f4a7805920299aee2654520cb..fe2da97f541e011cfc710e8ce1e8e87c9059155c 100644 |
--- a/ash/host/root_window_host_factory.h |
+++ b/ash/host/root_window_host_factory.h |
@@ -22,7 +22,8 @@ class ASH_EXPORT RootWindowHostFactory { |
// Creates a new aura::RootWindowHost. The caller owns the returned value. |
virtual aura::RootWindowHost* CreateRootWindowHost( |
- const gfx::Rect& initial_bounds) = 0; |
+ const gfx::Rect& initial_bounds, |
+ bool is_internal_display) = 0; |
protected: |
RootWindowHostFactory() {} |