| 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);
|
|
|
|
|