| Index: ui/ozone/platform/drm/gpu/drm_window.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_window.h b/ui/ozone/platform/drm/gpu/drm_window.h
|
| index 5a8af3bd1c09ab33d0fe7b089ad6b2ff3f6f57ac..f5dad7c28dad2b31a62425a49ae8602c524aaab1 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_window.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_window.h
|
| @@ -56,7 +56,7 @@ class OZONE_EXPORT DrmWindow {
|
|
|
| gfx::Rect bounds() const { return bounds_; }
|
|
|
| - void Initialize();
|
| + void Initialize(ScanoutBufferGenerator* buffer_generator);
|
|
|
| void Shutdown();
|
|
|
| @@ -89,8 +89,7 @@ class OZONE_EXPORT DrmWindow {
|
| void SchedulePageFlip(const std::vector<OverlayPlane>& planes,
|
| const SwapCompletionCallback& callback);
|
| std::vector<OverlayCheck_Params> TestPageFlip(
|
| - const std::vector<OverlayCheck_Params>& overlay_params,
|
| - ScanoutBufferGenerator* buffer_generator);
|
| + const std::vector<OverlayCheck_Params>& overlay_params);
|
|
|
| // Returns the last buffer associated with this window.
|
| const OverlayPlane* GetLastModesetBuffer();
|
|
|