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

Unified Diff: cc/test/fake_proxy.cc

Issue 1287043002: cc: Setup API to release OutputSurface from LTHClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test. Created 5 years, 3 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.cc
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
index e37e144cb53fef70fb62df48dceaf6080b7cf532..87bea06ce0747e032240ba0a8895c9c70f48ec90 100644
--- a/cc/test/fake_proxy.cc
+++ b/cc/test/fake_proxy.cc
@@ -24,6 +24,10 @@ RendererCapabilities& FakeProxy::GetRendererCapabilities() {
return capabilities_;
}
+scoped_ptr<OutputSurface> FakeProxy::ReleaseOutputSurface() {
+ return nullptr;
+}
+
bool FakeProxy::BeginMainFrameRequested() const { return false; }
bool FakeProxy::CommitRequested() const { return false; }
« no previous file with comments | « cc/test/fake_proxy.h ('k') | cc/trees/layer_tree_host.h » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698