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

Unified Diff: ash/mus/stub_context_factory.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 | « no previous file | cc/ipc/cc_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/stub_context_factory.h
diff --git a/ash/mus/stub_context_factory.h b/ash/mus/stub_context_factory.h
index 1c68720b88f2cff75ff140978312c1201b8a9d87..7f3a3251d8c2674664707eeabaa6abcb71a5eb16 100644
--- a/ash/mus/stub_context_factory.h
+++ b/ash/mus/stub_context_factory.h
@@ -43,6 +43,7 @@ class StubContextFactory : public ui::ContextFactory {
const gfx::Size& size) override;
void SetAuthoritativeVSyncInterval(ui::Compositor* compositor,
base::TimeDelta interval) override {}
+ void SetOutputIsSecure(ui::Compositor* compositor, bool secure) override {}
uint32_t next_surface_id_namespace_;
std::unique_ptr<cc::SingleThreadTaskGraphRunner> task_graph_runner_;
« no previous file with comments | « no previous file | cc/ipc/cc_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698