| Index: ui/aura/mus/window_tree_host_mus.cc
|
| diff --git a/ui/aura/mus/window_tree_host_mus.cc b/ui/aura/mus/window_tree_host_mus.cc
|
| index 6e15724504c3b9a78d7f25bad91b1e22199c74a7..fb04b99afc4f56c8c87b233ad0baf07e4d451be4 100644
|
| --- a/ui/aura/mus/window_tree_host_mus.cc
|
| +++ b/ui/aura/mus/window_tree_host_mus.cc
|
| @@ -216,4 +216,13 @@ gfx::ICCProfile WindowTreeHostMus::GetICCProfileForCurrentDisplay() {
|
| return gfx::ICCProfile();
|
| }
|
|
|
| +void WindowTreeHostMus::MoveCursorToScreenLocationInPixels(
|
| + const gfx::Point& location_in_pixels) {
|
| + // TODO: this needs to message the server http://crbug.com/693340. Setting
|
| + // the location is really only appropriate in tests, outside of tests this
|
| + // value is ignored.
|
| + NOTIMPLEMENTED();
|
| + Env::GetInstance()->set_last_mouse_location(location_in_pixels);
|
| +}
|
| +
|
| } // namespace aura
|
|
|