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

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

Issue 2047873002: Add interface to get relative bounding box rect of AX objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback from aboxhall, add aria-owns test Created 4 years, 6 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/AXLayoutObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
index 3700ae6ec93fdaf174e859fc55f30e10dfdfcd04..ecbf3da273b0bcb011bf4854ba9bfe31a5f0086f 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -61,6 +61,7 @@ public:
LayoutBoxModelObject* getLayoutBoxModelObject() const;
SkMatrix44 transformFromLocalParentFrame() const override;
ScrollableArea* getScrollableAreaIfScrollable() const final;
+ void getRelativeBounds(AXObject** container, FloatRect& boundsInContainer, SkMatrix44& containerTransform) const override;
AccessibilityRole determineAccessibilityRole() override;
AccessibilityRole nativeAccessibilityRoleIgnoringAria() const override;
void checkCachedElementRect() const;

Powered by Google App Engine
This is Rietveld 408576698