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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp

Issue 2825803002: Expose internal treegrid role, do some cleanup for table/grid/treegrid handling (Closed)
Patch Set: Fix mac tests Created 3 years, 8 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/AXNodeObject.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
index 71d00424224c7fd8431fa5737b9ab11c095d5ce5..5a0f92388235ace07beceef3ed8b546769bf55e1 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
@@ -1486,8 +1486,6 @@ AccessibilityOrientation AXNodeObject::Orientation() const {
return orientation;
case kRadioGroupRole:
case kTreeGridRole:
- // TODO(nektar): Fix bug 532670 and remove table role.
- case kTableRole:
return orientation;
default:
return AXObject::Orientation();

Powered by Google App Engine
This is Rietveld 408576698