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

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

Issue 2472613004: Remove ShadowRoot::numberOfStyles(). (Closed)
Patch Set: Rebased Created 4 years, 1 month 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/StyleElement.h
diff --git a/third_party/WebKit/Source/core/dom/StyleElement.h b/third_party/WebKit/Source/core/dom/StyleElement.h
index 314a1bc4b686f79e00cb75954d73bb64cea0e264..f862c277e9f1df9baa260bbf11a6d39c7829388d 100644
--- a/third_party/WebKit/Source/core/dom/StyleElement.h
+++ b/third_party/WebKit/Source/core/dom/StyleElement.h
@@ -49,7 +49,6 @@ class CORE_EXPORT StyleElement : public GarbageCollectedMixin {
bool sheetLoaded(Document&);
void startLoadingDynamicSheet(Document&);
- void insertedInto(const Element&, ContainerNode* insertionPoint);
void removedFrom(Element&, ContainerNode* insertionPoint);
ProcessingResult processStyleSheet(Document&, Element&);
ProcessingResult childrenChanged(Element&);
« no previous file with comments | « third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp ('k') | third_party/WebKit/Source/core/dom/StyleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698