Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1009)

Unified Diff: mojo/services/view_manager/window_tree_host_impl.h

Issue 354933002: Connect X11 ConfigureNotify events to Mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed X11 support for --start-fullscreen, --start-maximized Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/services/view_manager/window_tree_host_impl.h
diff --git a/mojo/services/view_manager/window_tree_host_impl.h b/mojo/services/view_manager/window_tree_host_impl.h
index 6c11f9a94413c1b19ac457075e542bbfa9df973d..3813b81b7b41c87a6b5d0e13a81319f175e6c68c 100644
--- a/mojo/services/view_manager/window_tree_host_impl.h
+++ b/mojo/services/view_manager/window_tree_host_impl.h
@@ -27,6 +27,7 @@ class WindowTreeHostImpl : public aura::WindowTreeHost,
public:
WindowTreeHostImpl(NativeViewportPtr viewport,
const gfx::Rect& bounds,
+ RootNodeManager* root_node_manager,
const base::Callback<void()>& compositor_created_callback);
virtual ~WindowTreeHostImpl();
@@ -65,6 +66,7 @@ class WindowTreeHostImpl : public aura::WindowTreeHost,
base::Callback<void()> compositor_created_callback_;
gfx::Rect bounds_;
+ RootNodeManager* root_node_manager_;
DISALLOW_COPY_AND_ASSIGN(WindowTreeHostImpl);
};

Powered by Google App Engine
This is Rietveld 408576698