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

Unified Diff: cc/test/fake_proxy.cc

Issue 2282433002: Revert of cc: Delete all the RendererCapabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-prepare-mailbox-param
Patch Set: Created 4 years, 4 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 | « cc/test/fake_proxy.h ('k') | cc/trees/channel_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_proxy.cc
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
index 4a1c2296c0c18e58862037552dd806f17852b392..080be12aa705d381db576138460e117896f83c8a 100644
--- a/cc/test/fake_proxy.cc
+++ b/cc/test/fake_proxy.cc
@@ -18,6 +18,14 @@
return false;
}
+const RendererCapabilities& FakeProxy::GetRendererCapabilities() const {
+ return capabilities_;
+}
+
+RendererCapabilities& FakeProxy::GetRendererCapabilities() {
+ return capabilities_;
+}
+
void FakeProxy::ReleaseOutputSurface() {}
bool FakeProxy::BeginMainFrameRequested() const { return false; }
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/trees/channel_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698