| Index: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
|
| index 8185a2cdf31ade1186f11de79306009931982242..5f02f528f7ccb4c0831d82f51698650997534958 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
|
| @@ -107,6 +107,8 @@ public:
|
| const AtomicString& computedRoleForNode(Node*) override;
|
| String computedNameForNode(Node*) override;
|
|
|
| + void onTouchAccessibilityHover(const IntPoint&) override;
|
| +
|
| // Returns the root object for the entire document.
|
| AXObject* rootObject();
|
|
|
|
|