| 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 2cfa26ce644f5686017820cd4d8fd7e247efdfa1..2890ccf31d77f9baa4c826bf916abf35d172919c 100644
|
| --- a/ui/ozone/platform/test/test_window.cc
|
| +++ b/ui/ozone/platform/test/test_window.cc
|
| @@ -77,4 +77,7 @@ void TestWindow::SetCursor(PlatformCursor cursor) {
|
| void TestWindow::MoveCursorTo(const gfx::Point& location) {
|
| }
|
|
|
| +void TestWindow::ConfineCursorToBounds(const gfx::Rect& bounds) {
|
| +}
|
| +
|
| } // namespace ui
|
|
|