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 35fd7e809d81253bb2ea4973037093986f157c66..aa4b2723aed545fe51231d59749aae9e66ecd26d 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h |
@@ -91,7 +91,7 @@ public: |
const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet>> activeStyleSheetsForInspector() const; |
- void modifiedStyleSheet(StyleSheet*); |
+ void setNeedsActiveStyleUpdate(StyleSheet*, StyleResolverUpdateMode); |
void addStyleSheetCandidateNode(Node*); |
void removeStyleSheetCandidateNode(Node*); |
void removeStyleSheetCandidateNode(Node*, TreeScope&); |