| 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 55415c980671a70e82f24d46fcb9807752564ba3..4b17ca70221c8e52fb2446a57b3197adfe7b65d7 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| @@ -55,6 +55,7 @@ extern const AtomicString& g_active;
|
| extern const AtomicString& g_disabled;
|
| extern const AtomicString& g_drag;
|
| extern const AtomicString& g_focus;
|
| +extern const AtomicString& g_focus_within;
|
| extern const AtomicString& g_hover;
|
| extern const AtomicString& g_past;
|
| extern const AtomicString& g_unresolved;
|
|
|