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

Unified Diff: cc/tile.h

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/tile.h
diff --git a/cc/tile.h b/cc/tile.h
index d438d8ef94408ab933df259a0f1f839d3b3ed2a6..7428a3c3c32b9bde5a0f9e092552ef270424df70 100644
--- a/cc/tile.h
+++ b/cc/tile.h
@@ -47,6 +47,8 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> {
priority_[tree] = priority;
}
+ scoped_ptr<base::Value> AsValue() const;
+
// Returns 0 if not drawable.
ResourceProvider::ResourceId GetResourceId() const {
if (!managed_state_.resource)

Powered by Google App Engine
This is Rietveld 408576698