| Index: ui/platform_window/x11/x11_window.h
|
| diff --git a/ui/platform_window/x11/x11_window.h b/ui/platform_window/x11/x11_window.h
|
| index eb759121260de89ee648883985f66232558e9c17..b964b89476c2701349b6223654a7d542c63c86bc 100644
|
| --- a/ui/platform_window/x11/x11_window.h
|
| +++ b/ui/platform_window/x11/x11_window.h
|
| @@ -42,6 +42,7 @@ class X11_WINDOW_EXPORT X11Window : public PlatformWindow,
|
| void Restore() override;
|
| void SetCursor(PlatformCursor cursor) override;
|
| void MoveCursorTo(const gfx::Point& location) override;
|
| + void ConfineCursorToBounds(const gfx::Rect& bounds) override;
|
|
|
| // PlatformEventDispatcher:
|
| bool CanDispatchEvent(const PlatformEvent& event) override;
|
|
|