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

Unified Diff: components/display_compositor/compositor_overlay_candidate_validator_android.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_android.h
diff --git a/components/display_compositor/compositor_overlay_candidate_validator_android.h b/components/display_compositor/compositor_overlay_candidate_validator_android.h
index 0dd3becf66b4339ab72b14e7badd4d5e9b8d7944..f98e2aad4d9b74aa4f0bc28873b2c5c8ce186d0c 100644
--- a/components/display_compositor/compositor_overlay_candidate_validator_android.h
+++ b/components/display_compositor/compositor_overlay_candidate_validator_android.h
@@ -28,6 +28,7 @@ class DISPLAY_COMPOSITOR_EXPORT CompositorOverlayCandidateValidatorAndroid
void GetStrategies(cc::OverlayProcessor::StrategyList* strategies) override;
void CheckOverlaySupport(cc::OverlayCandidateList* surfaces) override;
bool AllowCALayerOverlays() override;
+ bool AllowDCLayerOverlays() override;
void SetSoftwareMirrorMode(bool enabled) override;
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | components/display_compositor/compositor_overlay_candidate_validator_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698