| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index dc04c701894b543f4b1e67e7dc6f45a4f132aa32..2a700906b33776e0780757d0e36c6f7e2a2dd06b 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -43,7 +43,7 @@
|
| virtual bool SupportsImplScrolling() const OVERRIDE;
|
| virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE {}
|
| virtual bool CommitPendingForTesting() OVERRIDE;
|
| - virtual void AsValueInto(base::debug::TracedValue* state) const OVERRIDE;
|
| + virtual scoped_ptr<base::Value> AsValue() const OVERRIDE;
|
|
|
| virtual RendererCapabilities& GetRendererCapabilities();
|
| void SetMaxPartialTextureUpdates(size_t max);
|
|
|