| Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| index baca5f180294a526470b1453bad63c166d591fbc..58aeb103e738077798e63331a60f27e748b8d68f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -216,12 +216,6 @@ class CORE_EXPORT InspectorCSSAgent final
|
| CSSStyleDeclaration* findEffectiveDeclaration(
|
| CSSPropertyID,
|
| const HeapVector<Member<CSSStyleDeclaration>>& styles);
|
| - Response setLayoutEditorValue(Element*,
|
| - CSSStyleDeclaration*,
|
| - CSSPropertyID,
|
| - const String& value,
|
| - bool forceImportant = false);
|
| - void layoutEditorItemSelected(Element*, CSSStyleDeclaration*);
|
| Response getLayoutTreeAndStyles(
|
| std::unique_ptr<protocol::Array<String>> styleWhitelist,
|
| std::unique_ptr<protocol::Array<protocol::CSS::LayoutTreeNode>>*
|
|
|