| 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 79acacce643a43256a7a84f8b846d1878775052d..be93710d0e943def835b857f863e1b08ff7037e3 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;
|
|
|