| Index: third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.h b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| index 4b17ca70221c8e52fb2446a57b3197adfe7b65d7..668b375748321ff9fd0e6c270b337b02917c9cd5 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| @@ -26,6 +26,7 @@ extern const char kDesignMode[];
|
| extern const char kFontSizeChange[];
|
| extern const char kFonts[];
|
| extern const char kFullScreen[];
|
| +extern const char kInheritedStyleChangeFromParentFrame[];
|
| extern const char kInline[];
|
| extern const char kInlineCSSStyleMutated[];
|
| extern const char kInspector[];
|
|
|