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

Unified Diff: ui/aura/window_tree_host_mac.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.cc ('k') | ui/aura/window_tree_host_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_tree_host_mac.h
diff --git a/ui/aura/window_tree_host_mac.h b/ui/aura/window_tree_host_mac.h
index 8fbf4ec81bb3bcffa296b4290b249f5388d9a714..c704742ac3f9da0222deb7a8b033dc583338cacf 100644
--- a/ui/aura/window_tree_host_mac.h
+++ b/ui/aura/window_tree_host_mac.h
@@ -14,6 +14,7 @@
#include "ui/gfx/rect.h"
namespace ui {
+class ContextFactory;
class MouseEvent;
}
@@ -25,7 +26,8 @@ class TouchEventCalibrate;
class AURA_EXPORT WindowTreeHostMac : public WindowTreeHost {
public:
- explicit WindowTreeHostMac(const gfx::Rect& bounds);
+ WindowTreeHostMac(const gfx::Rect& bounds,
+ ui::ContextFactory* context_factory);
virtual ~WindowTreeHostMac();
private:
« no previous file with comments | « ui/aura/window_tree_host.cc ('k') | ui/aura/window_tree_host_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698