| 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 b5072fc478f46ac34c88e51d71a4972756d80dad..b39f3ed88b67c492233c9e213025848cb0c3af62 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -129,12 +129,12 @@ public:
|
| void getPlatformFontsForNode(ErrorString*, int nodeId, OwnPtr<protocol::Array<protocol::CSS::PlatformFontUsage>>* fonts) override;
|
| void getStyleSheetText(ErrorString*, const String& styleSheetId, String* text) override;
|
| void setStyleSheetText(ErrorString*, const String& styleSheetId, const String& text, Maybe<String>* sourceMapURL) override;
|
| - void setRuleSelector(ErrorString*, const String& styleSheetId, PassOwnPtr<protocol::CSS::SourceRange>, const String& selector, OwnPtr<protocol::CSS::SelectorList>*) override;
|
| - void setKeyframeKey(ErrorString*, const String& styleSheetId, PassOwnPtr<protocol::CSS::SourceRange>, const String& keyText, OwnPtr<protocol::CSS::Value>* outKeyText) override;
|
| + void setRuleSelector(ErrorString*, const String& styleSheetId, PassOwnPtr<protocol::Runtime::SourceRange>, const String& selector, OwnPtr<protocol::CSS::SelectorList>*) override;
|
| + void setKeyframeKey(ErrorString*, const String& styleSheetId, PassOwnPtr<protocol::Runtime::SourceRange>, const String& keyText, OwnPtr<protocol::CSS::Value>* outKeyText) override;
|
| void setStyleTexts(ErrorString*, PassOwnPtr<protocol::Array<protocol::CSS::StyleDeclarationEdit>> edits, OwnPtr<protocol::Array<protocol::CSS::CSSStyle>>* styles) override;
|
| - void setMediaText(ErrorString*, const String& styleSheetId, PassOwnPtr<protocol::CSS::SourceRange>, const String& text, OwnPtr<protocol::CSS::CSSMedia>*) override;
|
| + void setMediaText(ErrorString*, const String& styleSheetId, PassOwnPtr<protocol::Runtime::SourceRange>, const String& text, OwnPtr<protocol::CSS::CSSMedia>*) override;
|
| void createStyleSheet(ErrorString*, const String& frameId, String* styleSheetId) override;
|
| - void addRule(ErrorString*, const String& styleSheetId, const String& ruleText, PassOwnPtr<protocol::CSS::SourceRange>, OwnPtr<protocol::CSS::CSSRule>*) override;
|
| + void addRule(ErrorString*, const String& styleSheetId, const String& ruleText, PassOwnPtr<protocol::Runtime::SourceRange>, OwnPtr<protocol::CSS::CSSRule>*) override;
|
| void forcePseudoState(ErrorString*, int nodeId, PassOwnPtr<protocol::Array<String>> forcedPseudoClasses) override;
|
| void getMediaQueries(ErrorString*, OwnPtr<protocol::Array<protocol::CSS::CSSMedia>>*) override;
|
| void setEffectivePropertyValueForNode(ErrorString*, int nodeId, const String& propertyName, const String& value) override;
|
|
|