Index: ui/ozone/platform/dri/hardware_cursor_delegate.h |
diff --git a/ui/ozone/platform/dri/hardware_cursor_delegate.h b/ui/ozone/platform/dri/hardware_cursor_delegate.h |
index e770cdf498477f457a5daa5cd5c147c5c702b044..17cea4401348328a39b47ea03545a675821341ca 100644 |
--- a/ui/ozone/platform/dri/hardware_cursor_delegate.h |
+++ b/ui/ozone/platform/dri/hardware_cursor_delegate.h |
@@ -20,8 +20,9 @@ class HardwareCursorDelegate { |
// Update the HW cursor bitmap & move to specified location. If |
// the bitmap is empty, the cursor is hidden. |
virtual void SetHardwareCursor(gfx::AcceleratedWidget widget, |
- const SkBitmap& bitmap, |
- const gfx::Point& location) = 0; |
+ const std::vector<SkBitmap>& bitmaps, |
+ const gfx::Point& location, |
+ int frame_delay_ms) = 0; |
// Move the HW cursor to the specified location. |
virtual void MoveHardwareCursor(gfx::AcceleratedWidget widget, |