| 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 d279f26d37e42dc163f2e118f9c0604ca17a7289..69194f1fde308c908ce84e781305d3e96487b85f 100644
|
| --- a/ui/ozone/platform/dri/dri_cursor.h
|
| +++ b/ui/ozone/platform/dri/dri_cursor.h
|
| @@ -37,6 +37,8 @@ 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();
|
|
|
|
|