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

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

Issue 1407413002: Move some AX attrs from AXNodeData to AXTreeData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finish automation API changes 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
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 109f672e79d2e215a1b16f3eb859ab4d4b88cc52..87ed05b5da05db59ea8b0f465eac6086b2e1d301 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 ------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698