Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3892)

Unified Diff: cc/test/fake_proxy.cc

Issue 12096112: [cc] Trace detailed tile info when --trace-all-rendered-frames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698