Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: third_party/WebKit/Source/core/dom/StyleEngine.h

Issue 2554873002: Mark correct tree-scope dirty removing link in shadow. (Closed)
Patch Set: Rebased Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 008236fb15b0e746e80cddec758bda3025f2cfdc..0671127265fba7fc7f37d1a4b4acf8e8d9fd5da7 100644
--- a/third_party/WebKit/Source/core/dom/StyleEngine.h
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
@@ -105,8 +105,7 @@ class CORE_EXPORT StyleEngine final
bool needsActiveStyleUpdate() const;
void setNeedsActiveStyleUpdate(StyleSheet*, StyleResolverUpdateMode);
void addStyleSheetCandidateNode(Node&);
- void removeStyleSheetCandidateNode(Node&);
- void removeStyleSheetCandidateNode(Node&, TreeScope&);
+ void removeStyleSheetCandidateNode(Node&, ContainerNode& insertionPoint);
void modifiedStyleSheetCandidateNode(Node&);
void watchedSelectorsChanged();
void initialViewportChanged();
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleElement.cpp ('k') | third_party/WebKit/Source/core/dom/StyleEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698