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"; |