| Index: third_party/WebKit/Source/modules/accessibility/AXListBox.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXListBox.h b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
|
| index d87fff0ec2c9e57738382ac0f4a5039c2cded73a..8b576f17c4e850a21208e09f0c6162e93783111f 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXListBox.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXListBox.h
|
| @@ -46,7 +46,6 @@ public:
|
|
|
| AccessibilityRole determineAccessibilityRole() final;
|
| bool isAXListBox() const override { return true; }
|
| - bool shouldFocusActiveDescendant() const override { return true; }
|
| AXObject* activeDescendant() const override;
|
|
|
| void activeIndexChanged();
|
|
|