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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.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/AXTableHeaderContainer.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.h b/third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.h
index d850f61a37134823cee5fca32cf0493c6e70962d..6411da13953343b42c53e01c8d436773d02eba87 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.h
@@ -50,11 +50,7 @@ public:
void addChildren() override;
- LayoutRect elementRect() const override;
-
private:
- LayoutRect m_headerRect;
-
bool computeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const override;
};

Powered by Google App Engine
This is Rietveld 408576698