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

Unified Diff: components/display_compositor/compositor_overlay_candidate_validator_ozone.h

Issue 2164213002: cc: Single fullscreen overlay validatator flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make reflector_impl_unittest.cc compile. Created 4 years, 5 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
« no previous file with comments | « no previous file | components/display_compositor/compositor_overlay_candidate_validator_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e157827f8089a5e2f4c1d80fa95f4dd006f83b01..3e2c9e38b0033fdd78cf0a4c8a695144f47d47fc 100644
--- a/components/display_compositor/compositor_overlay_candidate_validator_ozone.h
+++ b/components/display_compositor/compositor_overlay_candidate_validator_ozone.h
@@ -21,8 +21,9 @@ namespace display_compositor {
class DISPLAY_COMPOSITOR_EXPORT CompositorOverlayCandidateValidatorOzone
: public CompositorOverlayCandidateValidator {
public:
- explicit CompositorOverlayCandidateValidatorOzone(
- std::unique_ptr<ui::OverlayCandidatesOzone> overlay_candidates);
+ CompositorOverlayCandidateValidatorOzone(
+ std::unique_ptr<ui::OverlayCandidatesOzone> overlay_candidates,
+ bool single_fullscreen);
~CompositorOverlayCandidateValidatorOzone() override;
// cc::OverlayCandidateValidator implementation.
@@ -35,6 +36,7 @@ class DISPLAY_COMPOSITOR_EXPORT CompositorOverlayCandidateValidatorOzone
private:
std::unique_ptr<ui::OverlayCandidatesOzone> overlay_candidates_;
+ bool single_fullscreen_;
bool software_mirror_active_;
DISALLOW_COPY_AND_ASSIGN(CompositorOverlayCandidateValidatorOzone);
« no previous file with comments | « no previous file | components/display_compositor/compositor_overlay_candidate_validator_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698