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

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

Issue 202953005: Remove a lot of dead code from AXNodeObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « no previous file | Source/core/accessibility/AXImageMapLink.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXImageMapLink.h
diff --git a/Source/core/accessibility/AXImageMapLink.h b/Source/core/accessibility/AXImageMapLink.h
index bbef806707a6016162c05fabdc8486ca28655157..1158e1ce47ff85a7e0c91200509d900ac7a06abb 100644
--- a/Source/core/accessibility/AXImageMapLink.h
+++ b/Source/core/accessibility/AXImageMapLink.h
@@ -71,7 +71,6 @@ private:
virtual void detachFromParent() OVERRIDE;
- virtual void accessibilityText(Vector<AccessibilityText>&) OVERRIDE;
virtual bool isImageMapLink() const OVERRIDE { return true; }
};
« no previous file with comments | « no previous file | Source/core/accessibility/AXImageMapLink.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698