| Index: Source/core/inspector/LayoutEditor.h
|
| diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
|
| index ae43c529ea95e4118a2cce9f6066a6a66e99e4c1..61203316574e5a066ff6925ffd86aee55daa3aed 100644
|
| --- a/Source/core/inspector/LayoutEditor.h
|
| +++ b/Source/core/inspector/LayoutEditor.h
|
| @@ -17,6 +17,7 @@ namespace blink {
|
|
|
| class JSONObject;
|
| class InspectorCSSAgent;
|
| +class CSSPrimitiveValue;
|
|
|
| class LayoutEditor final: public NoBaseWillBeGarbageCollectedFinalized<LayoutEditor>, public InspectorOverlayHost::LayoutEditorListener {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(LayoutEditor);
|
| @@ -33,6 +34,8 @@ public:
|
|
|
| private:
|
| explicit LayoutEditor(InspectorCSSAgent*);
|
| + RefPtrWillBeRawPtr<CSSPrimitiveValue> getPropertyCSSValue(CSSPropertyID) const;
|
| + PassRefPtr<JSONObject> createValueDescription(const String&) const;
|
|
|
| // InspectorOverlayHost::LayoutEditorListener implementation.
|
| void overlayStartedPropertyChange(const String&) override;
|
|
|