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

Unified Diff: cc/test/fake_proxy.cc

Issue 873473006: cc: Commit directly to active tree when using single thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 4490c7607ce6849af251ec964040a160b847470d..f5fc886b5af15b14aeab5e6152fb9532395062a7 100644
--- a/cc/test/fake_proxy.cc
+++ b/cc/test/fake_proxy.cc
@@ -12,6 +12,10 @@ void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
bool FakeProxy::IsStarted() const { return true; }
+bool FakeProxy::CommitToActiveTree() const {
+ return false;
+}
+
const RendererCapabilities& FakeProxy::GetRendererCapabilities() const {
return capabilities_;
}

Powered by Google App Engine
This is Rietveld 408576698