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

Unified Diff: components/display_compositor/compositor_overlay_candidate_validator_win.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_win.h
diff --git a/components/display_compositor/compositor_overlay_candidate_validator_win.h b/components/display_compositor/compositor_overlay_candidate_validator_win.h
index 6b47b1ca3ae67fc2e05f468ab389314486d6e3a1..18145f3d43432831b3cec3292c4d24e9f85bc80c 100644
--- a/components/display_compositor/compositor_overlay_candidate_validator_win.h
+++ b/components/display_compositor/compositor_overlay_candidate_validator_win.h
@@ -22,6 +22,7 @@ class DISPLAY_COMPOSITOR_EXPORT CompositorOverlayCandidateValidatorWin
void GetStrategies(cc::OverlayProcessor::StrategyList* strategies) override;
void CheckOverlaySupport(cc::OverlayCandidateList* surfaces) override;
bool AllowCALayerOverlays() override;
+ bool AllowDCLayerOverlays() override;
void SetSoftwareMirrorMode(bool enabled) override;

Powered by Google App Engine
This is Rietveld 408576698