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

Unified Diff: public/webpage/WebAccessibilityObject.h

Issue 16361013: Get rid of extraneous accessibility tree traversal code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase for reland Created 7 years, 6 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
« no previous file with comments | « Source/core/accessibility/AccessibilityRenderObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/webpage/WebAccessibilityObject.h
diff --git a/public/webpage/WebAccessibilityObject.h b/public/webpage/WebAccessibilityObject.h
index 27ddefbd15dbfb7094c3ebbb2915927211e095e2..a8f149ae8875030bdcf6dd2bf047b34a3dcc15a9 100644
--- a/public/webpage/WebAccessibilityObject.h
+++ b/public/webpage/WebAccessibilityObject.h
@@ -92,12 +92,7 @@ public:
WEBKIT_EXPORT unsigned childCount() const;
WEBKIT_EXPORT WebAccessibilityObject childAt(unsigned) const;
- WEBKIT_EXPORT WebAccessibilityObject firstChild() const;
- WEBKIT_EXPORT WebAccessibilityObject focusedChild() const;
- WEBKIT_EXPORT WebAccessibilityObject lastChild() const;
- WEBKIT_EXPORT WebAccessibilityObject nextSibling() const;
WEBKIT_EXPORT WebAccessibilityObject parentObject() const;
- WEBKIT_EXPORT WebAccessibilityObject previousSibling() const;
WEBKIT_EXPORT bool isAnchor() const;
WEBKIT_EXPORT bool isAriaReadOnly() const;
« no previous file with comments | « Source/core/accessibility/AccessibilityRenderObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698