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