| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 2a700906b33776e0780757d0e36c6f7e2a2dd06b..dc04c701894b543f4b1e67e7dc6f45a4f132aa32 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);
|
|
|