Index: third_party/WebKit/Source/core/dom/StyleEngine.h |
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h |
index 367649c1d35c116059feb1006c5601b32239a8ee..2b1c5c3ddbf074099a00ba96de392802025fb50d 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -90,6 +90,7 @@ public: |
void removeStyleSheetCandidateNode(Node*); |
void removeStyleSheetCandidateNode(Node*, TreeScope&); |
void modifiedStyleSheetCandidateNode(Node*); |
+ void watchedSelectorsChanged(); |
void injectAuthorSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> authorSheet); |