| 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 c7aff7f2aec33f7b2227204df613a344deca3317..be9a06581e4e5d1985835f1b42c800f15ec11683 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| @@ -22,6 +22,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";
|
|
|