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

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

Issue 2287433003: Get rid of remaining uses of AXObject::elementRect (Closed)
Patch Set: Rebase Created 4 years, 3 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/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;

Powered by Google App Engine
This is Rietveld 408576698