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

Unified Diff: sky/engine/core/css/resolver/ScopedStyleResolver.h

Issue 1215103007: Remove remaining HTML elements (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months 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: sky/engine/core/css/resolver/ScopedStyleResolver.h
diff --git a/sky/engine/core/css/resolver/ScopedStyleResolver.h b/sky/engine/core/css/resolver/ScopedStyleResolver.h
index 66205f2fb3ce14a57aeef8454de818869d8ff22a..b7ee4fe9052d9711d31bda76699a9a8e64b763a2 100644
--- a/sky/engine/core/css/resolver/ScopedStyleResolver.h
+++ b/sky/engine/core/css/resolver/ScopedStyleResolver.h
@@ -41,7 +41,6 @@ namespace blink {
class CSSStyleSheet;
class ContainerNode;
-class HTMLStyleElement;
class StyleSheetContents;
// This class selects a RenderStyle for a given element based on a collection of stylesheets.
@@ -67,16 +66,12 @@ public:
const Vector<RefPtr<CSSStyleSheet>>& authorStyleSheets() const { return m_authorStyleSheets; }
- void addStyleSheetCandidateNode(HTMLStyleElement&);
- void removeStyleSheetCandidateNode(HTMLStyleElement&);
-
private:
explicit ScopedStyleResolver(TreeScope&);
void collectStyleSheets(Vector<RefPtr<CSSStyleSheet>>& candidateSheets);
TreeScope& m_scope;
- DocumentOrderedList m_styleSheetCandidateNodes;
Vector<RefPtr<CSSStyleSheet>> m_authorStyleSheets;
};
« no previous file with comments | « sky/engine/core/css/parser/MediaQueryTokenizer.cpp ('k') | sky/engine/core/css/resolver/ScopedStyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698