| 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 5cd7061dc68687c15dfc7edd5f130c8711500d91..0e138f2efd47fbce35c4552fa2b974b45adcf2ff 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| @@ -21,6 +21,8 @@ const char kDesignMode[] = "DesignMode";
|
| const char kFontSizeChange[] = "FontSizeChange";
|
| const char kFonts[] = "Fonts";
|
| const char kFullScreen[] = "FullScreen";
|
| +const char kInheritedStyleChangeFromParentFrame[] =
|
| + "InheritedStyleChangeFromParentFrame";
|
| const char kInline[] = "Inline";
|
| const char kInlineCSSStyleMutated[] =
|
| "Inline CSS style declaration was mutated";
|
|
|