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

Unified Diff: Source/core/inspector/TimelineRecordFactory.h

Issue 14741014: Timeline: add reference to root node of layer in Rasterize event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/core/inspector/InspectorTimelineAgent.cpp ('k') | Source/core/inspector/TimelineRecordFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/TimelineRecordFactory.h
diff --git a/Source/core/inspector/TimelineRecordFactory.h b/Source/core/inspector/TimelineRecordFactory.h
index 548daa08afe8882a7c40af01296136a4babc17a4..ad1db8d83de217293e0d1a0f7b761b5610359726 100644
--- a/Source/core/inspector/TimelineRecordFactory.h
+++ b/Source/core/inspector/TimelineRecordFactory.h
@@ -92,9 +92,11 @@ namespace WebCore {
static PassRefPtr<InspectorObject> createAnimationFrameData(int callbackId);
- static PassRefPtr<InspectorObject> createPaintData(const FloatQuad&, int layerRootNodeId);
+ static PassRefPtr<InspectorObject> createPaintData(const FloatQuad&, long long layerRootNodeId);
- static void appendLayoutRoot(InspectorObject* data, const FloatQuad&, int rootNodeId);
+ static PassRefPtr<InspectorObject> createRasterizeData(long long layerRootNodeId);
+
+ static void appendLayoutRoot(InspectorObject* data, const FloatQuad&, long long rootNodeId);
static void appendStyleRecalcDetails(InspectorObject* data, unsigned elementCount);
« no previous file with comments | « Source/core/inspector/InspectorTimelineAgent.cpp ('k') | Source/core/inspector/TimelineRecordFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698