| Index: Source/web/InspectorOverlayImpl.h
|
| diff --git a/Source/web/InspectorOverlayImpl.h b/Source/web/InspectorOverlayImpl.h
|
| index 277a5097ecefb0b18b529315f34232d7073b5b61..df9ac704419b70f24d5b94347a30ce939a54157b 100644
|
| --- a/Source/web/InspectorOverlayImpl.h
|
| +++ b/Source/web/InspectorOverlayImpl.h
|
| @@ -83,6 +83,7 @@ public:
|
| void suspendUpdates() override;
|
| void resumeUpdates() override;
|
| void clear() override;
|
| + LayoutEditor* layoutEditor() override { return m_layoutEditor.get(); }
|
|
|
| bool handleInputEvent(const WebInputEvent&);
|
| void invalidate();
|
|
|