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

Unified Diff: ui/views/mus/mus_client.h

Issue 2798883003: [ozone,views-mus] Build CursorDataFactoryOzone. (Closed)
Patch Set: sadrul comments Created 3 years, 8 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/views/mus/BUILD.gn ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/mus_client.h
diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h
index 3469b3e06b2e64f5f728cc445fb0dd889e3a9332..ca235932967f952da93828c7fc74c2f2538bf521 100644
--- a/ui/views/mus/mus_client.h
+++ b/ui/views/mus/mus_client.h
@@ -35,6 +35,10 @@ namespace service_manager {
class Connector;
}
+namespace ui {
+class CursorDataFactoryOzone;
+}
+
namespace wm {
class WMState;
}
@@ -152,6 +156,10 @@ class VIEWS_MUS_EXPORT MusClient : public aura::WindowTreeClientDelegate,
base::ObserverList<MusClientObserver> observer_list_;
+#if defined(USE_OZONE)
+ std::unique_ptr<ui::CursorDataFactoryOzone> cursor_factory_ozone_;
+#endif
+
// NOTE: this may be null (creation is based on argument supplied to
// constructor).
std::unique_ptr<wm::WMState> wm_state_;
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698