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

Unified Diff: trunk/src/android_webview/java/src/org/chromium/android_webview/AwContents.java

Issue 17045010: Revert 207875 "Native Android accessibility." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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 | trunk/src/content/browser/accessibility/accessibility_tree_formatter_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/android_webview/java/src/org/chromium/android_webview/AwContents.java
===================================================================
--- trunk/src/android_webview/java/src/org/chromium/android_webview/AwContents.java (revision 207890)
+++ trunk/src/android_webview/java/src/org/chromium/android_webview/AwContents.java (working copy)
@@ -26,7 +26,6 @@
import android.view.ViewTreeObserver;
import android.view.accessibility.AccessibilityEvent;
import android.view.accessibility.AccessibilityNodeInfo;
-import android.view.accessibility.AccessibilityNodeProvider;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputConnection;
import android.webkit.GeolocationPermissions;
@@ -1131,13 +1130,6 @@
}
/**
- * @see android.view.View#dispatchHoverEvent()
- */
- public boolean dispatchHoverEvent(MotionEvent event) {
- return mContentViewCore.dispatchHoverEvent(event);
- }
-
- /**
* @see android.view.View#onConfigurationChanged()
*/
public void onConfigurationChanged(Configuration newConfig) {
@@ -1303,13 +1295,6 @@
}
/**
- * @see View#getAccessibilityNodeProvider()
- */
- public AccessibilityNodeProvider getAccessibilityNodeProvider() {
- return mContentViewCore.getAccessibilityNodeProvider();
- }
-
- /**
* @see android.webkit.WebView#onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)
*/
public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) {
« no previous file with comments | « no previous file | trunk/src/content/browser/accessibility/accessibility_tree_formatter_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698