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: ui/compositor/test/in_process_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
Index: ui/compositor/test/in_process_context_factory.h
diff --git a/ui/compositor/test/in_process_context_factory.h b/ui/compositor/test/in_process_context_factory.h
index ef90334914a14c7d79692185459075a4b8c04c3e..fc696cbd3780992f8b8ea7ef89444b77b515730f 100644
--- a/ui/compositor/test/in_process_context_factory.h
+++ b/ui/compositor/test/in_process_context_factory.h
@@ -60,6 +60,7 @@ class InProcessContextFactory : public ContextFactory {
const gfx::Size& size) override;
void SetAuthoritativeVSyncInterval(ui::Compositor* compositor,
base::TimeDelta interval) override {}
+ void SetOutputIsSecure(ui::Compositor* compositor, bool secure) override {}
private:
scoped_refptr<InProcessContextProvider> shared_main_thread_contexts_;

Powered by Google App Engine
This is Rietveld 408576698