| Index: ui/aura/mus/window_tree_host_mus.h
|
| diff --git a/ui/aura/mus/window_tree_host_mus.h b/ui/aura/mus/window_tree_host_mus.h
|
| index 5f1642ce11325756606f328842cad1ef5f279902..047ffde84496b5e7149f1608681b72f483b8e36e 100644
|
| --- a/ui/aura/mus/window_tree_host_mus.h
|
| +++ b/ui/aura/mus/window_tree_host_mus.h
|
| @@ -110,6 +110,8 @@ class AURA_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
| void OnActivationChanged(bool active) override;
|
| void OnCloseRequest() override;
|
| gfx::ICCProfile GetICCProfileForCurrentDisplay() override;
|
| + void MoveCursorToScreenLocationInPixels(
|
| + const gfx::Point& location_in_pixels) override;
|
|
|
| private:
|
| int64_t display_id_;
|
|
|