Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 0fae4dcf41b4a6729fd8e69a6933edfdfba16fe9..a49950167c12e845805eec47a6bb15f655c0b27e 100644 |
--- a/cc/single_thread_proxy.h |
+++ b/cc/single_thread_proxy.h |
@@ -44,8 +44,9 @@ public: |
virtual size_t maxPartialTextureUpdates() const OVERRIDE; |
virtual void acquireLayerTextures() OVERRIDE { } |
virtual void forceSerializeOnSwapBuffers() OVERRIDE; |
- virtual bool commitPendingForTesting() OVERRIDE; |
virtual skia::RefPtr<SkPicture> capturePicture() OVERRIDE; |
+ virtual scoped_ptr<base::Value> asValue() const OVERRIDE; |
+ virtual bool commitPendingForTesting() OVERRIDE; |
// LayerTreeHostImplClient implementation |
virtual void didLoseOutputSurfaceOnImplThread() OVERRIDE; |