| Index: ui/ozone/platform/dri/dri_cursor.h
|
| diff --git a/ui/ozone/platform/dri/dri_cursor.h b/ui/ozone/platform/dri/dri_cursor.h
|
| index 69194f1fde308c908ce84e781305d3e96487b85f..ece6b423138bd862e1b701faa88507b24d318046 100644
|
| --- a/ui/ozone/platform/dri/dri_cursor.h
|
| +++ b/ui/ozone/platform/dri/dri_cursor.h
|
| @@ -27,6 +27,8 @@ class DriCursor : public CursorDelegateEvdev {
|
| virtual ~DriCursor();
|
|
|
| void SetCursor(gfx::AcceleratedWidget widget, PlatformCursor platform_cursor);
|
| + void ShowCursor();
|
| + void HideCursor();
|
| gfx::AcceleratedWidget GetCursorWindow();
|
|
|
| // CursorDelegateEvdev:
|
| @@ -37,8 +39,6 @@ class DriCursor : public CursorDelegateEvdev {
|
| virtual gfx::PointF location() OVERRIDE;
|
|
|
| private:
|
| - void UnsetCursor(gfx::AcceleratedWidget widget);
|
| -
|
| // The location of the bitmap (the cursor location is the hotspot location).
|
| gfx::Point bitmap_location();
|
|
|
|
|