Index: ui/gfx/ozone/dri/hardware_display_controller.h |
diff --git a/ui/gfx/ozone/dri/hardware_display_controller.h b/ui/gfx/ozone/dri/hardware_display_controller.h |
index e0ae007fc68a4d397dfa9c0eb0b2253aef9c6a97..46861a1e4255c82b97d9f2dcf6003cd9b7d5a0d6 100644 |
--- a/ui/gfx/ozone/dri/hardware_display_controller.h |
+++ b/ui/gfx/ozone/dri/hardware_display_controller.h |
@@ -147,7 +147,7 @@ class GFX_EXPORT HardwareDisplayController { |
unsigned int useconds); |
// Set the hardware cursor to show the contents of |surface|. |
- bool SetCursor(const DriSurface& surface); |
+ bool SetCursor(DriSurface* surface); |
bool UnsetCursor(); |