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

Unified Diff: ui/aura/window_tree_host_ozone.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_mac.mm ('k') | ui/aura/window_tree_host_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_tree_host_ozone.h
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h
index f7ea62279965d3fee7c3be88e9e08c1c4a3cc10e..a04a7ced55a393c24dda672caebfa57da6fcf9eb 100644
--- a/ui/aura/window_tree_host_ozone.h
+++ b/ui/aura/window_tree_host_ozone.h
@@ -14,13 +14,18 @@
#include "ui/gfx/insets.h"
#include "ui/gfx/rect.h"
+namespace ui {
+class ContextFactory;
+}
+
namespace aura {
class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost,
public ui::EventSource,
public ui::PlatformEventDispatcher {
public:
- explicit WindowTreeHostOzone(const gfx::Rect& bounds);
+ WindowTreeHostOzone(const gfx::Rect& bounds,
+ ui::ContextFactory* context_factory);
virtual ~WindowTreeHostOzone();
private:
« no previous file with comments | « ui/aura/window_tree_host_mac.mm ('k') | ui/aura/window_tree_host_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698