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

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: Remove unnecessary include Created 7 years, 4 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: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index d494b527d40b5b2bc4531de60895a048deb1e3a8..4782a0c272f2bb5a119ff2e31458e1147fee0aaa 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;
@@ -403,7 +403,7 @@ public:
// Accessibility -------------------------------------------------------
// Returns the accessibility object for this view.
- virtual WebAccessibilityObject accessibilityObject() = 0;
+ virtual WebAXObject accessibilityObject() = 0;
// Autofill -----------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698