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; |