| Index: ui/ozone/platform/test/test_window.cc
|
| diff --git a/ui/ozone/platform/test/test_window.cc b/ui/ozone/platform/test/test_window.cc
|
| index 0d6568f43762e93336fdc9001d87448fe0395045..af232e7acbb3abcf3cddf5631bcbd4db54221ffa 100644
|
| --- a/ui/ozone/platform/test/test_window.cc
|
| +++ b/ui/ozone/platform/test/test_window.cc
|
| @@ -74,6 +74,12 @@ void TestWindow::Minimize() {
|
| void TestWindow::Restore() {
|
| }
|
|
|
| +void TestWindow::SetCursor(PlatformCursor cursor) {
|
| +}
|
| +
|
| +void TestWindow::MoveCursorTo(const gfx::Point& location) {
|
| +}
|
| +
|
| bool TestWindow::CanDispatchEvent(const ui::PlatformEvent& ne) {
|
| return true;
|
| }
|
|
|