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

Unified Diff: Source/core/accessibility/AXRenderObject.h

Issue 243083002: Remove more dead code from accessibility/ folder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/accessibility/AXObject.cpp ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXRenderObject.h
diff --git a/Source/core/accessibility/AXRenderObject.h b/Source/core/accessibility/AXRenderObject.h
index 723d54e3542690120acd078f156f8b5a484da4af..10ae64601d30302d3a2a44a6ed56f257038d9b0c 100644
--- a/Source/core/accessibility/AXRenderObject.h
+++ b/Source/core/accessibility/AXRenderObject.h
@@ -69,7 +69,6 @@ public:
void setRenderer(RenderObject*);
RenderBoxModelObject* renderBoxModelObject() const;
- RenderView* topRenderer() const;
Document* topDocument() const;
bool shouldNotifyActiveDescendant() const;
virtual ScrollableArea* getScrollableAreaIfScrollable() const OVERRIDE FINAL;
@@ -119,7 +118,6 @@ protected:
// Properties of interactive elements.
virtual String actionVerb() const OVERRIDE;
- virtual void selectedChildren(AccessibilityChildrenVector&) OVERRIDE;
virtual String stringValue() const OVERRIDE;
// ARIA attributes.
@@ -208,7 +206,6 @@ private:
PlainTextRange ariaSelectedTextRange() const;
bool nodeIsTextControl(const Node*) const;
bool isTabItemSelected() const;
- AXObject* internalLinkElement() const;
AXObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const;
bool renderObjectIsObservable(RenderObject*) const;
RenderObject* renderParentObject() const;
« no previous file with comments | « Source/core/accessibility/AXObject.cpp ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698