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 9f29506644bb36c088b56ee81e8f4018895a98f8..bd4e74ba33d1b2f31aac1b9de642b15d0dc72390 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -106,6 +106,7 @@ class CORE_EXPORT StyleEngine final |
void addStyleSheetCandidateNode(Node&); |
void removeStyleSheetCandidateNode(Node&, ContainerNode& insertionPoint); |
void modifiedStyleSheetCandidateNode(Node&); |
+ void mediaQueriesChangedInScope(TreeScope&); |
void watchedSelectorsChanged(); |
void initialViewportChanged(); |
void viewportRulesChanged(); |