Index: cc/thread_proxy.h |
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
index 3b2af67921f50fcddcaad5f8f15af4b8061278b5..995dc5c26098f0df0cd80c2b216b1375262ec890 100644 |
--- a/cc/thread_proxy.h |
+++ b/cc/thread_proxy.h |
@@ -55,6 +55,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; |
@@ -134,6 +135,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. |