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

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

Issue 238723010: Remove some dead code from AXObjectCache (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 | « no previous file | Source/core/accessibility/AXObjectCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXObjectCache.h
diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h
index c979344e3ed7b67d731dcf928165efb77f69086a..b91ac626d853d7a8822a1d870cbd74faf343fd47 100644
--- a/Source/core/accessibility/AXObjectCache.h
+++ b/Source/core/accessibility/AXObjectCache.h
@@ -158,10 +158,6 @@ public:
AXID platformGenerateAXID() const;
AXObject* objectFromAXID(AXID id) const { return m_objects.get(id); }
- // Text marker utilities.
- void textMarkerDataForVisiblePosition(TextMarkerData&, const VisiblePosition&);
- VisiblePosition visiblePositionForTextMarkerData(TextMarkerData&);
-
enum AXNotification {
AXActiveDescendantChanged,
AXAlert,
« no previous file with comments | « no previous file | Source/core/accessibility/AXObjectCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698