| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index cd593aca6092b76ed550d940f0f9b9b89ee9dc90..2b70d70504c0761fa3dc84a311f8726ac99712aa 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -49,7 +49,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
|
| virtual void ForceSerializeOnSwapBuffers() OVERRIDE;
|
| virtual bool SupportsImplScrolling() const OVERRIDE;
|
| - virtual scoped_ptr<base::Value> AsValue() const OVERRIDE;
|
| + virtual void AsValueInto(base::debug::TracedValue* state) const OVERRIDE;
|
| virtual bool CommitPendingForTesting() OVERRIDE;
|
|
|
| // LayerTreeHostImplClient implementation
|
|
|