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

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

Issue 1757503002: Re-collect rule features for watched selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
index 985f674a3b9978d8a3d79baedc032bf9fb646cf9..e3eda0fef863a99f53a38c60204b136069ccaf5c 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
@@ -18,6 +18,7 @@ const char CleanupPlaceholderStyles[] = "CleanupPlaceholderStyles";
const char CompositorProxy[] = "CompositorProxy";
const char ControlValue[] = "ControlValue";
const char Control[] = "Control";
+const char DeclarativeContent[] = "Extension declarativeContent.css";
const char DesignMode[] = "DesignMode";
const char Drag[] = "Drag";
const char FontSizeChange[] = "FontSizeChange";
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleChangeReason.h ('k') | third_party/WebKit/Source/core/dom/StyleEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698