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

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

Issue 778743003: Merge StyleSheet into CSSStyleSheet. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: sort headers. Created 6 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
« 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 f719dea0158301ec352567b5258d2fbde9b0db3a..11509af5272cdbada3d641fe3ccea6e7f8a2d83a 100644
--- a/sky/engine/core/dom/StyleSheetCandidate.h
+++ b/sky/engine/core/dom/StyleSheetCandidate.h
@@ -33,9 +33,9 @@
namespace blink {
+class CSSStyleSheet;
class Document;
class Node;
-class StyleSheet;
class StyleSheetCandidate {
STACK_ALLOCATED();
@@ -51,7 +51,7 @@ public:
bool canBeActivated() const;
- StyleSheet* sheet() const;
+ CSSStyleSheet* sheet() 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