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

Unified Diff: sky/engine/core/dom/StyleSheetCandidate.h

Issue 696413002: Remove HTMLLinkElement (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/core/dom/StyleEngine.cpp ('k') | sky/engine/core/dom/StyleSheetCandidate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/StyleSheetCandidate.h
diff --git a/sky/engine/core/dom/StyleSheetCandidate.h b/sky/engine/core/dom/StyleSheetCandidate.h
index 6fba5c06c6990bcae8237a3f9e088b0fd888a646..d6242edd75dfaf06d0268bc598d3d31168c43c7b 100644
--- a/sky/engine/core/dom/StyleSheetCandidate.h
+++ b/sky/engine/core/dom/StyleSheetCandidate.h
@@ -41,7 +41,6 @@ class StyleSheetCandidate {
STACK_ALLOCATED();
public:
enum Type {
- HTMLLink,
HTMLStyle,
};
@@ -50,11 +49,9 @@ public:
, m_type(typeOf(node))
{ }
- bool isImport() const;
bool canBeActivated() const;
StyleSheet* sheet() const;
- Document* importedDocument() const;
private:
Node& node() const { return *m_node; }
« no previous file with comments | « sky/engine/core/dom/StyleEngine.cpp ('k') | sky/engine/core/dom/StyleSheetCandidate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698