| Index: Source/web/InspectorOverlayImpl.h
|
| diff --git a/Source/web/InspectorOverlayImpl.h b/Source/web/InspectorOverlayImpl.h
|
| index d3db7c6bb344ead30eb3cc5c304110d8d4a31dc7..629b2a81c301a62207db9fc5317a1aed075e8aaf 100644
|
| --- a/Source/web/InspectorOverlayImpl.h
|
| +++ b/Source/web/InspectorOverlayImpl.h
|
| @@ -85,6 +85,7 @@ public:
|
| void resumeUpdates() override;
|
| void clear() override;
|
| void setLayoutEditor(PassOwnPtrWillBeRawPtr<LayoutEditor>) override;
|
| + void showLayoutEditorForNode(Node*, const InspectorHighlightConfig&) override;
|
|
|
| bool handleInputEvent(const WebInputEvent&);
|
| void layout();
|
|
|