Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/Element.h |
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
| index 125207907bc33bab2ca45ae3acc2018d6326a70f..b4b5cbbf086bb47984c4ae36cce8ae609a699e61 100644 |
| --- a/third_party/WebKit/Source/core/dom/Element.h |
| +++ b/third_party/WebKit/Source/core/dom/Element.h |
| @@ -90,6 +90,7 @@ enum class ShadowRootType; |
| enum class SelectionBehaviorOnFocus { |
| Reset, |
| Restore, |
| + None, |
| }; |
| struct FocusParams { |