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

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

Issue 1713723002: Implement accessibility support for CSS-transformed iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Return gfx::Rect from AccessibilityTransformToRootCoordSpace, get rid of ifdefed-out code accidenta… Created 4 years, 9 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 e43355abc7c884f69f3a09f6aa7b035529698ca7..1ccfef3a1a3d867d2e2ad2e4032a2e7599a20e68 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -57,6 +57,7 @@ public:
LayoutObject* getLayoutObject() const final { return m_layoutObject; }
LayoutRect elementRect() const override;
LayoutBoxModelObject* getLayoutBoxModelObject() const;
+ SkMatrix44 transformFromLocalParentFrame() const override;
bool shouldNotifyActiveDescendant() const;
ScrollableArea* getScrollableAreaIfScrollable() const final;
AccessibilityRole determineAccessibilityRole() override;

Powered by Google App Engine
This is Rietveld 408576698