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