| 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 caf1477186dd15ce7883a29d289ffa05fbdef359..6cff66eda3a0a8444fa0f5c4ee58bd061552a406 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -332,6 +332,8 @@ class CORE_EXPORT InspectorCSSAgent final
|
| ComputedStylesMap& styleToIndexMap,
|
| protocol::Array<protocol::CSS::ComputedStyle>& computedStyles);
|
|
|
| + // A non-zero index corresponds to a style in |computedStyles|, -1 means an
|
| + // empty style.
|
| int getStyleIndexForNode(
|
| Node*,
|
| const Vector<std::pair<String, CSSPropertyID>>& cssPropertyWhitelist,
|
|
|