| Index: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| index 443bda7ca5b95a56eed9c1db2a132a6195f28b05..2ca625c22f1b4fa36a6ab4a1ef368714d70e3caa 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -57,7 +57,6 @@ class ScopedStyleResolver final : public GarbageCollected<ScopedStyleResolver> {
|
| StyleRuleKeyframes* keyframeStylesForAnimation(
|
| const StringImpl* animationName);
|
|
|
| - void appendCSSStyleSheet(CSSStyleSheet&);
|
| void appendActiveStyleSheets(unsigned index, const ActiveStyleSheetVector&);
|
| void collectMatchingAuthorRules(ElementRuleCollector&,
|
| CascadeOrder = ignoreCascadeOrder);
|
|
|