summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/fake_proxy.h')
-rw-r--r--cc/test/fake_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index 2a700906..dc04c70 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -43,7 +43,7 @@ class FakeProxy : public Proxy {
virtual bool SupportsImplScrolling() const OVERRIDE;
virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE {}
virtual bool CommitPendingForTesting() OVERRIDE;
- virtual scoped_ptr<base::Value> AsValue() const OVERRIDE;
+ virtual void AsValueInto(base::debug::TracedValue* state) const OVERRIDE;
virtual RendererCapabilities& GetRendererCapabilities();
void SetMaxPartialTextureUpdates(size_t max);