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

Unified Diff: Source/web/WebAXObject.cpp

Issue 495763005: Switch to using accessibilityEnabled and inlineTextBoxAccessibilityEnabled from settings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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/rendering/RenderMenuList.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebAXObject.cpp
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp
index b2e953e5f732f9d409bfea09c738e3074f8666a7..b3434c1debed67e4e319a46bcfdab003cfad31c3 100644
--- a/Source/web/WebAXObject.cpp
+++ b/Source/web/WebAXObject.cpp
@@ -86,17 +86,10 @@ bool WebAXObject::equals(const WebAXObject& n) const
}
// static
-void WebAXObject::enableAccessibility()
-{
- AXObjectCache::enableAccessibility();
-}
-
+void WebAXObject::enableAccessibility() { }
// static
-void WebAXObject::enableInlineTextBoxAccessibility()
-{
- AXObjectCache::setInlineTextBoxAccessibility(true);
-}
+void WebAXObject::enableInlineTextBoxAccessibility() { }
bool WebAXObject::isDetached() const
{
« no previous file with comments | « Source/core/rendering/RenderMenuList.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698