| 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 e58d3a3166f0a7b07265e28babfe32f6039d41ab..9475dd4323cffd41a864dba2211cd44eebe82523 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| @@ -36,6 +36,7 @@ const char PseudoClass[] = "PseudoClass";
|
| const char SVGContainerSizeChange[] = "SVGContainerSizeChange";
|
| const char SVGCursor[] = "SVGCursor";
|
| const char SVGFilterLayerUpdate[] = "SVGFilterLayerUpdate";
|
| +const char SVGResourceChange[] = "SVGResourceChange";
|
| const char Settings[] = "Settings";
|
| const char Shadow[] = "Shadow";
|
| const char StyleInvalidator[] = "StyleInvalidator";
|
|
|