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 0e1136b12021142ad67064e2c40d3ff918d406b5..317a00ad5e1672e99917ab4507357f27276d7249 100644 |
--- a/ui/ozone/platform/dri/dri_window_delegate_impl.h |
+++ b/ui/ozone/platform/dri/dri_window_delegate_impl.h |
@@ -54,6 +54,10 @@ class OZONE_EXPORT DriWindowDelegateImpl : public DriWindowDelegate, |
void UpdateWidgetToDrmDeviceMapping(); |
+ // When |controller_| changes this is called to reallocate the cursor buffers |
+ // since the allocation DRM device may have changed. |
+ void UpdateCursorBuffers(); |
+ |
gfx::AcceleratedWidget widget_; |
DrmDeviceManager* device_manager_; // Not owned. |