| Index: third_party/WebKit/Source/core/html/HTMLElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| index b890e3b9519958b243434c5d54be06dc065df5c2..8b3066877f7daae36d09dbb1cd110ccb0a095290 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| @@ -154,6 +154,8 @@ class CORE_EXPORT HTMLElement : public Element {
|
|
|
| InsertionNotificationRequest InsertedInto(ContainerNode*) override;
|
|
|
| + bool IsSpatialNavigationActive();
|
| +
|
| private:
|
| String DebugNodeName() const final;
|
| String nodeName() const final;
|
|
|