Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index 7d0ad479557927b16139cfbcf71ee1fd07db3043..4490c7607ce6849af251ec964040a160b847470d 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -34,7 +34,9 @@ void FakeProxy::SetMaxPartialTextureUpdates(size_t max) { |
bool FakeProxy::SupportsImplScrolling() const { return false; } |
-bool FakeProxy::CommitPendingForTesting() { return false; } |
+bool FakeProxy::MainFrameWillHappenForTesting() { |
+ return false; |
+} |
void FakeProxy::AsValueInto(base::debug::TracedValue*) const { |
} |