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

Unified Diff: cc/resources/picture.h

Issue 15774010: Add TRACE_EVENT_IS_NEW_TRACE as a way to snapshot objects at start of recording (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/resources/picture.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture.h
diff --git a/cc/resources/picture.h b/cc/resources/picture.h
index 5e4e5ca8bd9d5fb1639bce3fdcafb21e7586e4a3..79c2720b5cee703ae9b617823418c0e77c4e1ebe 100644
--- a/cc/resources/picture.h
+++ b/cc/resources/picture.h
@@ -112,6 +112,8 @@ class CC_EXPORT Picture
int current_y_;
};
+ void EmitTraceSnapshot();
+
private:
explicit Picture(gfx::Rect layer_rect);
Picture(const base::Value*, bool* success);
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/resources/picture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698