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

Unified Diff: ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h

Issue 940903002: video_decode_accelerator_unittest: enable test on ozone surfaceless (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix remaining thumbnail issues Created 5 years, 10 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/dri/hardware_display_plane_manager_legacy.h
diff --git a/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h b/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
index 07d05c479e0a6fb5161465261beb160c82d0a542..078f0c4c7b4e0efd61c49a98f324bf3e5963700a 100644
--- a/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
+++ b/ui/ozone/platform/dri/hardware_display_plane_manager_legacy.h
@@ -16,7 +16,9 @@ class OZONE_EXPORT HardwareDisplayPlaneManagerLegacy
HardwareDisplayPlaneManagerLegacy();
~HardwareDisplayPlaneManagerLegacy() override;
+ // HardwareDisplayPlaneManager:
bool Commit(HardwareDisplayPlaneList* plane_list) override;
+ bool CommitSync(HardwareDisplayPlaneList* plane_list) override;
private:
bool SetPlaneData(HardwareDisplayPlaneList* plane_list,
@@ -25,6 +27,7 @@ class OZONE_EXPORT HardwareDisplayPlaneManagerLegacy
uint32_t crtc_id,
const gfx::Rect& src_rect,
CrtcController* crtc) override;
+ bool CommitInternal(HardwareDisplayPlaneList* plane_list, bool sync);
DISALLOW_COPY_AND_ASSIGN(HardwareDisplayPlaneManagerLegacy);
};

Powered by Google App Engine
This is Rietveld 408576698