| Index: Source/core/inspector/InspectorTimelineAgent.h
|
| diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
|
| index ccfe4eaad5b3f5fe01e84e870b825d7a3475bcb7..1428027d973f88f14317e5a67cb887c15a043169 100644
|
| --- a/Source/core/inspector/InspectorTimelineAgent.h
|
| +++ b/Source/core/inspector/InspectorTimelineAgent.h
|
| @@ -142,7 +142,7 @@ public:
|
| void didRecalculateStyle();
|
| void didRecalculateStyleForElement();
|
|
|
| - void willPaint(Frame*);
|
| + void willPaint(RenderObject*);
|
| void didPaint(RenderObject*, GraphicsContext*, const LayoutRect&);
|
|
|
| void willScrollLayer(Frame*);
|
| @@ -243,7 +243,7 @@ private:
|
|
|
| void localToPageQuad(const RenderObject& renderer, const LayoutRect&, FloatQuad*);
|
| const TimelineTimeConverter& timeConverter() const { return m_timeConverter; }
|
| - int idForNode(Node*);
|
| + long long idForNode(Node*);
|
| void releaseNodeIds();
|
|
|
| double timestamp();
|
|
|