Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index d0f8295d12a7bb43eb39df574ef17d98b139cb96..8bb9053f9fba397b23dee7715e6f0520441855d8 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -236,7 +236,7 @@ interface InspectorInstrumentation { |
void didScrollLayer(RenderObject*); |
[Timeline, Inline=FastReturn] |
- void willPaint([Keep] RenderObject*); |
+ void willPaint([Keep] RenderObject*, const GraphicsLayer*); |
[Timeline, Page, LayerTree, Inline=FastReturn] |
void didPaint([Keep] RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&); |