Index: cc/thread_proxy.h |
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
index 39bbb166fcd0fdfda782523806797294b625d2ee..500ee1c1c642149d9b8bb95f2a6853882c32fe63 100644 |
--- a/cc/thread_proxy.h |
+++ b/cc/thread_proxy.h |
@@ -54,6 +54,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; |
@@ -133,6 +134,7 @@ private: |
void forceSerializeOnSwapBuffersOnImplThread(CompletionEvent*); |
void setNeedsForcedCommitOnImplThread(); |
void commitPendingOnImplThreadForTesting(CommitPendingRequest* request); |
+ void capturePictureOnImplThread(CompletionEvent*, skia::RefPtr<SkPicture>*); |
// Accessed on main thread only. |
bool m_animateRequested; // Set only when setNeedsAnimate is called. |