Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 6be5e97a5285b9fae77e42fb1031a255009e8843..a1719bcf14912aa2ccf4ef2dde7830682c30f744 100644 |
--- a/cc/single_thread_proxy.h |
+++ b/cc/single_thread_proxy.h |
@@ -46,6 +46,7 @@ public: |
virtual void acquireLayerTextures() OVERRIDE { } |
virtual void forceSerializeOnSwapBuffers() OVERRIDE; |
virtual bool commitPendingForTesting() OVERRIDE; |
+ virtual scoped_refptr<PicturePileImpl> capturePicturePile() OVERRIDE; |
// LayerTreeHostImplClient implementation |
virtual void didLoseOutputSurfaceOnImplThread() OVERRIDE { } |