| Index: third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| index 8ccf695276f0cfd676438698d5652ef1dcc42e40..ae2c9ba70e886984eb621669fb3e1f439462975d 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| @@ -167,7 +167,6 @@ protected:
|
| bool nameFromLabelElement() const override;
|
|
|
| // Location
|
| - LayoutRect elementRect() const override;
|
| void getRelativeBounds(AXObject** outContainer, FloatRect& outBoundsInContainer, SkMatrix44& outContainerTransform) const override;
|
|
|
| // High-level accessibility tree access.
|
|
|