Index: ui/platform_window/win/win_window.h |
diff --git a/ui/platform_window/win/win_window.h b/ui/platform_window/win/win_window.h |
index 65ffb5a2b579090426fa2c85309eaa26723ab1a1..12aa7ad40dd2534f88b480d750cbfc6b75d9b440 100644 |
--- a/ui/platform_window/win/win_window.h |
+++ b/ui/platform_window/win/win_window.h |
@@ -35,6 +35,7 @@ class WIN_WINDOW_EXPORT WinWindow : public NON_EXPORTED_BASE(PlatformWindow), |
virtual void Restore() override; |
virtual void SetCursor(PlatformCursor cursor) override; |
virtual void MoveCursorTo(const gfx::Point& location) override; |
+ virtual void ConfineCursorToBounds(const gfx::Rect& bounds) override; |
CR_BEGIN_MSG_MAP_EX(WinWindow) |
CR_MESSAGE_RANGE_HANDLER_EX(WM_MOUSEFIRST, WM_MOUSELAST, OnMouseRange) |