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