Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index 92743b8d21807f9babd6869e41d225bee4d86486..8b6315a00ea1956bff0705e0f5c367c1c39c7e8e 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -56,5 +56,9 @@ void FakeProxy::setMaxPartialTextureUpdates(size_t max) |
m_maxPartialTextureUpdates = max; |
} |
+bool FakeProxy::commitPendingForTesting() |
+{ |
+ return false; |
+} |
} // namespace cc |