| Index: third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| index dfca3eb82734ace434f4ca132dd0cf094d85a685..02a6e3d67785ee76cfeef565728b3d6d0785e275 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| @@ -61,11 +61,8 @@ public:
|
| void addChildren() override;
|
| void setParent(AXObject*) override;
|
|
|
| - LayoutRect elementRect() const override;
|
| -
|
| private:
|
| unsigned m_columnIndex;
|
| - LayoutRect m_columnRect;
|
|
|
| bool isTableCol() const override { return true; }
|
| bool computeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const override;
|
|
|