| Index: Source/core/inspector/TimelineRecordFactory.h
|
| diff --git a/Source/core/inspector/TimelineRecordFactory.h b/Source/core/inspector/TimelineRecordFactory.h
|
| index de80a975289ae66593bb52f9fdfa2a4a04607b22..ce1cedf7f42e995c9abb5dabb11a8d6ba2949101 100644
|
| --- a/Source/core/inspector/TimelineRecordFactory.h
|
| +++ b/Source/core/inspector/TimelineRecordFactory.h
|
| @@ -96,6 +96,8 @@ namespace WebCore {
|
|
|
| static PassRefPtr<JSONObject> createPaintData(const FloatQuad&, long long layerRootNodeId);
|
|
|
| + static PassRefPtr<JSONObject> createFrameData(int frameId);
|
| +
|
| static void appendLayoutRoot(JSONObject* data, const FloatQuad&, long long rootNodeId);
|
|
|
| static void appendStyleRecalcDetails(JSONObject* data, unsigned elementCount);
|
|
|