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

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: review comments addressed. 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..80b40c4eb206c2ef78fdd3ba4f31cd83e5987366 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 NULL;
no sievers 2015/09/10 17:27:45 nit: nullptr
sohanjg 2015/09/11 07:00:49 Done.
+}
+
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