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

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

Issue 2310823002: Skeleton implementation of CSS Properties and Values API (Closed)
Patch Set: fix stylevardata copy ctor Created 4 years, 3 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 4c496622f27e259280489cfba0581485a30be884..97dfd1b8f1d38ccbf54f03621de4fee95b4baec5 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
@@ -29,6 +29,8 @@ const char Language[] = "Language";
const char LinkColorChange[] = "LinkColorChange";
const char PlatformColorChange[] = "PlatformColorChange";
const char PropagateInheritChangeToDistributedNodes[] = "PropagateInheritChangeToDistributedNodes";
+const char PropertyRegistration[] = "PropertyRegistration";
+const char PropertyUnregistration[] = "PropertyUnregistration";
const char PseudoClass[] = "PseudoClass";
const char SVGContainerSizeChange[] = "SVGContainerSizeChange";
const char SVGCursor[] = "SVGCursor";
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleChangeReason.h ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698