Index: third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h |
index c960f0efd9730726435526443c005e03cfa11380..beb977ddc58a9aed9290e87393e2846c5e035286 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h |
@@ -72,7 +72,7 @@ public: |
// Called from InspectorInstrumentation |
void layerTreeDidChange(); |
- void didPaint(LayoutObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&); |
+ void didPaint(LayoutObject*, const GraphicsLayer*, GraphicsContext&, const LayoutRect&); |
// Called from the front-end. |
void enable(ErrorString*) override; |