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

Unified Diff: components/display_compositor/compositor_overlay_candidate_validator_mac.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_mac.h
diff --git a/components/display_compositor/compositor_overlay_candidate_validator_mac.h b/components/display_compositor/compositor_overlay_candidate_validator_mac.h
index 8350584dd27c89985daad2b96023dda66f8752b2..0ee60f5199bf0844d1a1a18443ed666eddcfd008 100644
--- a/components/display_compositor/compositor_overlay_candidate_validator_mac.h
+++ b/components/display_compositor/compositor_overlay_candidate_validator_mac.h
@@ -22,6 +22,7 @@ class DISPLAY_COMPOSITOR_EXPORT CompositorOverlayCandidateValidatorMac
// 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