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

Unified Diff: Source/core/dom/StyleEngine.h

Issue 468903002: No need to re-parse empty set of injected stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: Source/core/dom/StyleEngine.h
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
index 2890f003e5579b6d76af59f54283300a9fc162a6..d82ae5dac1882563db4170ad32e99e1a2557a862 100644
--- a/Source/core/dom/StyleEngine.h
+++ b/Source/core/dom/StyleEngine.h
@@ -94,6 +94,8 @@ public:
void invalidateInjectedStyleSheetCache();
void updateInjectedStyleSheetCache() const;
+ void compatibilityModeChanged();
+
void addAuthorSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> authorSheet);
void clearMediaQueryRuleSetStyleSheets();

Powered by Google App Engine
This is Rietveld 408576698