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