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

Unified Diff: cc/test/fake_proxy.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: cc/test/fake_proxy.h
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index b3f456174376284efa0d3a1a0fb8ff42abd483d3..1e53f70cc1db920a14b0948072cd3d1a4ad71547 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -42,7 +42,6 @@ class FakeProxy : public Proxy {
void UpdateTopControlsState(TopControlsState constraints,
TopControlsState current,
bool animate) override {}
- void SetOutputIsSecure(bool output_is_secure) override {}
virtual RendererCapabilities& GetRendererCapabilities();

Powered by Google App Engine
This is Rietveld 408576698