Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
index cdf560387a43deb90de15bed18558972c0b3aaf9..1bafa9d9a9d8d522b2f5f6dfb7bf173dcff04413 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -204,7 +204,7 @@ interface InspectorInstrumentation { |
void didDispatchXHRLoadendEvent(ExecutionContext*, XMLHttpRequest*); |
[LayerTree, Inline=FastReturn] |
- void didPaint([Keep] LayoutObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&); |
+ void didPaint([Keep] LayoutObject*, const GraphicsLayer*, GraphicsContext&, const LayoutRect&); |
[Resource, Inline=FastReturn] |
InspectorInstrumentationCookie willRecalculateStyle([Keep] Document*); |