Chromium Code Reviews| 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 14e98fd5f58e176f3021ad1f8b7c31cceec5d359..f4b59f5e0a795acdbfc99af22f9655d529d01f58 100644 |
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h |
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h |
| @@ -166,8 +166,9 @@ protected: |
| String placeholder(AXNameFrom, AXDescriptionFrom) const override; |
| bool nameFromLabelElement() const override; |
| - // Location and click point in frame-relative coordinates. |
| + // Location |
| LayoutRect elementRect() const override; |
| + void getRelativeBounds(AXObject** container, FloatRect& boundsInContainer, SkMatrix44& containerTransform) const override; |
|
aboxhall
2016/07/28 18:40:43
outContainer etc?
dmazzoni
2016/07/28 21:43:16
Done throughout.
|
| // High-level accessibility tree access. |
| AXObject* computeParent() const override; |