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

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

Issue 242513009: Removing empty function definitions and WebAXObject interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/AXObjectCache.h ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXObjectCache.cpp
diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp
index b7aed36c6937dbd725a0ac18210ca237c2be0f64..0826a6079713ef15996d22d1ca145833d206816d 100644
--- a/Source/core/accessibility/AXObjectCache.cpp
+++ b/Source/core/accessibility/AXObjectCache.cpp
@@ -901,18 +901,6 @@ void AXObjectCache::inlineTextBoxesUpdated(RenderObject* renderer)
}
}
-void AXObjectCache::startCachingComputedObjectAttributesUntilTreeMutates()
-{
- // FIXME: no longer needed. When Chromium no longer calls
- // WebAXObject::startCachingComputedObjectAttributesUntilTreeMutates,
- // delete this function and the WebAXObject interfaces.
-}
-
-void AXObjectCache::stopCachingComputedObjectAttributes()
-{
- // FIXME: no longer needed (see above).
-}
-
const Element* AXObjectCache::rootAXEditableElement(const Node* node)
{
const Element* result = node->rootEditableElement();
« no previous file with comments | « Source/core/accessibility/AXObjectCache.h ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698