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

Unified Diff: content/browser/web_contents/web_contents_android.h

Issue 1073983005: Take a snapshot of the AXTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@assist-3
Patch Set: suppress findbugs issues Created 5 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
Index: content/browser/web_contents/web_contents_android.h
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
index aea90fb67e9f387568c98a2f33ad6bbca226a259..eace09eb689d461762aa1d2ce674b33affc8caac 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -115,6 +115,9 @@ class CONTENT_EXPORT WebContentsAndroid
jint GetThemeColor(JNIEnv* env, jobject obj);
+ void RequestAccessibilitySnapshot(JNIEnv* env,
+ jobject obj,
+ jobject callback);
private:
RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();

Powered by Google App Engine
This is Rietveld 408576698