| Index: ui/ozone/platform/drm/gpu/drm_thread.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_thread.h b/ui/ozone/platform/drm/gpu/drm_thread.h
|
| index 56e566d3902b3e3c10321bf4b0a4f16f58b0385b..3dcf284863e3150a3077b32abeb9f40e11f3493c 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_thread.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_thread.h
|
| @@ -82,7 +82,8 @@ class DrmThread : public base::Thread {
|
| const std::vector<SkBitmap>& bitmaps,
|
| const gfx::Point& location,
|
| int frame_delay_ms);
|
| - void MoveCursor(gfx::AcceleratedWidget widget, const gfx::Point& location);
|
| + void MoveCursor(const gfx::AcceleratedWidget& widget,
|
| + const gfx::Point& location);
|
| void CheckOverlayCapabilities(
|
| gfx::AcceleratedWidget widget,
|
| const std::vector<OverlayCheck_Params>& overlays,
|
|
|