Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index df382b85860f00cf1cbf6a49313805f35e289fb6..f8587ef950673163498f8d5fc34b296d101a2640 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -66,4 +66,10 @@ skia::RefPtr<SkPicture> FakeProxy::capturePicture() |
return skia::RefPtr<SkPicture>(); |
} |
+scoped_ptr<base::Value> FakeProxy::asValue() const { |
+ scoped_ptr<base::DictionaryValue> state(new base::DictionaryValue()); |
+ return state.PassAs<base::Value>(); |
+} |
+ |
+ |
} // namespace cc |