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

Unified Diff: ui/aura/window_tree_host_x11.h

Issue 273073002: Changes code using Compositor to pass in ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tooltip on chromeos Created 6 years, 7 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
« no previous file with comments | « ui/aura/window_tree_host_win.cc ('k') | ui/aura/window_tree_host_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_tree_host_x11.h
diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h
index 1db9f675684d320b2f64aad9f6d42e7b4ea85fc7..8c51afb570f12148e1e1f7623a45dfb8b78f46b5 100644
--- a/ui/aura/window_tree_host_x11.h
+++ b/ui/aura/window_tree_host_x11.h
@@ -20,6 +20,7 @@ typedef unsigned long XID;
typedef XID Window;
namespace ui {
+class ContextFactory;
class MouseEvent;
}
@@ -34,7 +35,8 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
public ui::PlatformEventDispatcher {
public:
- explicit WindowTreeHostX11(const gfx::Rect& bounds);
+ WindowTreeHostX11(const gfx::Rect& bounds,
+ ui::ContextFactory* context_factory);
virtual ~WindowTreeHostX11();
// ui::PlatformEventDispatcher:
« no previous file with comments | « ui/aura/window_tree_host_win.cc ('k') | ui/aura/window_tree_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698