| Index: ui/ozone/platform/dri/dri_window_delegate_impl.h
|
| diff --git a/ui/ozone/platform/dri/dri_window_delegate_impl.h b/ui/ozone/platform/dri/dri_window_delegate_impl.h
|
| index bd23dd5c389cf478a4db2e51f317907155882c22..0ed76e5da2b64c13ff0a143778e7a9d31616fd67 100644
|
| --- a/ui/ozone/platform/dri/dri_window_delegate_impl.h
|
| +++ b/ui/ozone/platform/dri/dri_window_delegate_impl.h
|
| @@ -44,7 +44,7 @@ class DriWindowDelegateImpl : public DriWindowDelegate {
|
|
|
| private:
|
| // Draw the last set cursor & update the cursor plane.
|
| - void ResetCursor();
|
| + void ResetCursor(bool bitmap_only);
|
|
|
| // Draw next frame in an animated cursor.
|
| void OnCursorAnimationTimeout();
|
|
|