Index: ui/aura/root_window_host_win.cc |
=================================================================== |
--- ui/aura/root_window_host_win.cc (revision 159567) |
+++ ui/aura/root_window_host_win.cc (working copy) |
@@ -27,11 +27,15 @@ |
} // namespace |
+#if 0 |
+// We disable the factory here and instead have the same factory |
+// in remote_root_window_host_win.cc |
// static |
RootWindowHost* RootWindowHost::Create(RootWindowHostDelegate* delegate, |
const gfx::Rect& bounds) { |
return new RootWindowHostWin(delegate, bounds); |
} |
+#endif |
// static |
RootWindowHost* RootWindowHost::GetForAcceleratedWidget( |