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

Unified Diff: components/display_compositor/compositor_overlay_candidate_validator_ozone.h

Issue 2736643004: Add DCLayerOverlayProcessor and supporting DCLayer structures. (Closed)
Patch Set: split CALayerOverlay into DCLayerOverlay Created 3 years, 9 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: components/display_compositor/compositor_overlay_candidate_validator_ozone.h
diff --git a/components/display_compositor/compositor_overlay_candidate_validator_ozone.h b/components/display_compositor/compositor_overlay_candidate_validator_ozone.h
index 19bc4ad1525b867c99427928e1ee0c246238381c..02c9b67038273bd0dceac62484cb25884eba4aa9 100644
--- a/components/display_compositor/compositor_overlay_candidate_validator_ozone.h
+++ b/components/display_compositor/compositor_overlay_candidate_validator_ozone.h
@@ -30,6 +30,7 @@ class DISPLAY_COMPOSITOR_EXPORT CompositorOverlayCandidateValidatorOzone
// cc::OverlayCandidateValidator implementation.
void GetStrategies(cc::OverlayProcessor::StrategyList* strategies) override;
bool AllowCALayerOverlays() override;
+ bool AllowDCLayerOverlays() override;
void CheckOverlaySupport(cc::OverlayCandidateList* surfaces) override;
// CompositorOverlayCandidateValidator implementation.

Powered by Google App Engine
This is Rietveld 408576698