Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.h

Issue 2169273004: Switch all LayoutTests to use new accessibility relative bounding box API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make two tests more robust Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698