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

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: Fixed another skia dependency Created 4 years, 10 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 3effa1e77c8e0e660ae7f68fa8b758e3e1e9c62d..401611604685e2afee4533cd7eeebfc77eb5ef08 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -56,6 +56,7 @@ public:
// Public, overridden from AXObject.
LayoutObject* layoutObject() const final { return m_layoutObject; }
LayoutRect elementRect() const override;
+ SkMatrix44 localFrameRootTransform() const override;
LayoutBoxModelObject* layoutBoxModelObject() const;
bool shouldNotifyActiveDescendant() const;
ScrollableArea* getScrollableAreaIfScrollable() const final;

Powered by Google App Engine
This is Rietveld 408576698