| 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_;
|
|
|