Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index 4490c7607ce6849af251ec964040a160b847470d..b288c074ea7b21e878ebac76ac9bd78033c5bb20 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_; |
} |
@@ -38,7 +42,7 @@ bool FakeProxy::MainFrameWillHappenForTesting() { |
return false; |
} |
-void FakeProxy::AsValueInto(base::debug::TracedValue*) const { |
+void FakeProxy::AsValueInto(base::trace_event::TracedValue*) const { |
} |
} // namespace cc |