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

Unified Diff: sky/engine/core/dom/Document.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/css/StyleSheetList.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index 412da5d030a5e235ce29d14a8f1fd9f26f479849..a407de4d9110b5041015f4d15977ed89e146ac3e 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -117,7 +117,6 @@ class SerializedScriptValue;
class Settings;
class StyleEngine;
class StyleResolver;
-class StyleSheet;
class StyleSheetList;
class Text;
class Touch;
@@ -244,9 +243,9 @@ public:
// FIXME: Switch all callers of styleResolverChanged to these or better ones and then make them
// do something smarter.
- void removedStyleSheet(StyleSheet*);
- void addedStyleSheet(StyleSheet*) { styleResolverChanged(); }
- void modifiedStyleSheet(StyleSheet*);
+ void removedStyleSheet(CSSStyleSheet*);
+ void addedStyleSheet(CSSStyleSheet*) { styleResolverChanged(); }
+ void modifiedStyleSheet(CSSStyleSheet*);
void evaluateMediaQueryList();
« no previous file with comments | « sky/engine/core/css/StyleSheetList.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698