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

Unified Diff: ui/compositor/compositor.h

Issue 1968363002: SurfaceAggregator should check whether output is secure when drawin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « mojo/converters/surfaces/tests/surface_unittest.cc ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index c9a3812b3e15f27a66cf0aa61d9aa4e48a099a4a..a6245dae5afdc34756adb3b416c6415d3503bd12 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -126,6 +126,8 @@ class COMPOSITOR_EXPORT ContextFactory {
virtual void SetAuthoritativeVSyncInterval(ui::Compositor* compositor,
base::TimeDelta interval) = 0;
+
+ virtual void SetOutputIsSecure(Compositor* compositor, bool secure) = 0;
};
// This class represents a lock on the compositor, that can be used to prevent
« no previous file with comments | « mojo/converters/surfaces/tests/surface_unittest.cc ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698