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

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

Issue 1413423003: Move some AX attrs from AXNodeData to AXTreeData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « content/browser/web_contents/web_contents_android.cc ('k') | content/common/accessibility_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 917a7342270e1448636d8578a9822a172f52b100..c9472223df903f066c6af286a1829cb5ee858e50 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -219,7 +219,8 @@ class CONTENT_EXPORT WebContentsImpl
// Request a one-time snapshot of the accessibility tree without changing
// the accessibility mode.
using AXTreeSnapshotCallback =
- base::Callback<void(const ui::AXTreeUpdate<ui::AXNodeData>&)>;
+ base::Callback<void(
+ const ui::AXTreeUpdate&)>;
void RequestAXTreeSnapshot(AXTreeSnapshotCallback callback);
// WebContents ------------------------------------------------------
« no previous file with comments | « content/browser/web_contents/web_contents_android.cc ('k') | content/common/accessibility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698