Index: ui/ozone/platform/test/test_window.h |
diff --git a/ui/ozone/platform/test/test_window.h b/ui/ozone/platform/test/test_window.h |
index 64397e70b5023041316f68e1af0b398459d92c8b..aaeb00369a8d899b59bf7b7b1abd39ce27d40dbd 100644 |
--- a/ui/ozone/platform/test/test_window.h |
+++ b/ui/ozone/platform/test/test_window.h |
@@ -39,6 +39,7 @@ class TestWindow : public PlatformWindow { |
void Restore() override; |
void SetCursor(PlatformCursor cursor) override; |
void MoveCursorTo(const gfx::Point& location) override; |
+ void ConfineCursorToBounds(const gfx::Rect& bounds) override; |
private: |
PlatformWindowDelegate* delegate_; |