Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.h

Issue 1147553003: ozone: Add atomic initialization path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove flag for now Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.h
diff --git a/ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.h b/ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.h
index f59ff5297cc0be6b5aa211313e549164ebe912d4..24922bbffe380383aa6dc20990b290544da6f9d2 100644
--- a/ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.h
+++ b/ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.h
@@ -17,10 +17,6 @@ class OZONE_EXPORT HardwareDisplayPlaneManagerAtomic
~HardwareDisplayPlaneManagerAtomic() override;
// HardwareDisplayPlaneManager:
- bool AssignOverlayPlanes(HardwareDisplayPlaneList* plane_list,
- const OverlayPlaneList& overlay_list,
- uint32_t crtc_id,
- CrtcController* crtc) override;
bool Commit(HardwareDisplayPlaneList* plane_list, bool is_sync) override;
private:

Powered by Google App Engine
This is Rietveld 408576698