| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 5e0a92a3634095b5ce98bfbd40dc132ac49fb79a..b4e1ad9d567750f249f85d8904ee7f4ff3ddd1da 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.h
|
| @@ -45,6 +45,7 @@ public:
|
| virtual void acquireLayerTextures() OVERRIDE { }
|
| virtual void forceSerializeOnSwapBuffers() OVERRIDE;
|
| virtual bool commitPendingForTesting() OVERRIDE;
|
| + virtual skia::RefPtr<SkPicture> capturePicture() OVERRIDE;
|
|
|
| // LayerTreeHostImplClient implementation
|
| virtual void didLoseOutputSurfaceOnImplThread() OVERRIDE { }
|
|
|