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

Unified Diff: third_party/WebKit/Source/core/dom/StyleChangeReason.h

Issue 1772513003: No need to re-collect stylesheets for setting type StyleChange. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/StyleChangeReason.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/StyleChangeReason.h
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.h b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
index f9ca4ebd77012815caea3fce34a94a69b0df2f40..62414193b34aaa9129ab7d5fcb784ff5707bb20d 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
@@ -39,6 +39,7 @@ extern const char PseudoClass[];
extern const char SVGContainerSizeChange[];
extern const char SVGCursor[];
extern const char SVGFilterLayerUpdate[];
+extern const char Settings[];
extern const char Shadow[];
extern const char SiblingSelector[];
extern const char StyleInvalidator[];
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/StyleChangeReason.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698