| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 6951a6c3faa185713719b6e7f513e600df241b33..a74e30340badb1a57f65c9c2e6bf86e76ca13e83 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -39,6 +39,7 @@ public:
|
| virtual void acquireLayerTextures() OVERRIDE { }
|
| virtual bool commitPendingForTesting() OVERRIDE;
|
| virtual skia::RefPtr<SkPicture> capturePicture() OVERRIDE;
|
| + virtual scoped_ptr<base::Value> asValue() const OVERRIDE;
|
|
|
| virtual RendererCapabilities& rendererCapabilities();
|
| void setMaxPartialTextureUpdates(size_t);
|
|
|