| Index: third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleSheet.h b/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| index af33862f869d3cd187884c64a1dec78ff792918a..42d28f0a49e2408a63bc5bfce023c589523f75aa 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleSheet.h
|
| @@ -42,8 +42,6 @@ class MediaQuerySet;
|
| class SecurityOrigin;
|
| class StyleSheetContents;
|
|
|
| -enum StyleSheetUpdateType { PartialRuleUpdate, EntireStyleSheetUpdate };
|
| -
|
| class CORE_EXPORT CSSStyleSheet final : public StyleSheet {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WTF_MAKE_NONCOPYABLE(CSSStyleSheet);
|
| @@ -129,7 +127,7 @@ class CORE_EXPORT CSSStyleSheet final : public StyleSheet {
|
|
|
| void willMutateRules();
|
| void didMutateRules();
|
| - void didMutate(StyleSheetUpdateType = PartialRuleUpdate);
|
| + void didMutate();
|
|
|
| StyleSheetContents* contents() const { return m_contents.get(); }
|
|
|
|
|