| 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 cda1008494351f481fcab6e0514f289317f7128f..29fd63c92f43122b8548cf88228832057af80514 100644
|
| --- a/ui/platform_window/x11/x11_window.h
|
| +++ b/ui/platform_window/x11/x11_window.h
|
| @@ -40,6 +40,8 @@ class X11_WINDOW_EXPORT X11Window : public PlatformWindow,
|
| virtual void Maximize() OVERRIDE;
|
| virtual void Minimize() OVERRIDE;
|
| virtual void Restore() OVERRIDE;
|
| + virtual void SetCursor(PlatformCursor cursor) OVERRIDE;
|
| + virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
|
|
|
| // PlatformEventDispatcher:
|
| virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE;
|
|
|