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

Unified Diff: public/web/WebView.h

Issue 23726007: Remove old accessibility enums, finish renaming public interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 3 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 | « public/web/WebDocument.h ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 36d38ca82043f99fdec97f4104647242c84da7ae..eaaed134963ba2bb3d4b7c5af6f40da934d8d2ba 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -40,7 +40,7 @@
namespace WebKit {
-class WebAccessibilityObject;
+class WebAXObject;
class WebAutofillClient;
class WebDevToolsAgent;
class WebDevToolsAgentClient;
@@ -409,7 +409,7 @@ public:
// Accessibility -------------------------------------------------------
// Returns the accessibility object for this view.
- virtual WebAccessibilityObject accessibilityObject() = 0;
+ virtual WebAXObject accessibilityObject() = 0;
// Autofill -----------------------------------------------------------
« no previous file with comments | « public/web/WebDocument.h ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698