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

Unified Diff: public/web/WebViewClient.h

Issue 22331005: Clean up accessibility enums for use in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update failing tests, add one missing role 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
« public/web/WebAccessibilityObject.h ('K') | « public/web/WebAccessibilityRole.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index 43c85f324d3105f32a34577dbb85a0c85a098137..34c5bc89cb3984a3e63e9c18462a0909d2506dd4 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -34,6 +34,7 @@
#include "../platform/WebColor.h"
#include "../platform/WebGraphicsContext3D.h"
#include "../platform/WebString.h"
+#include "WebAXTypes.h"
#include "WebAccessibilityNotification.h"
#include "WebContentDetectionResult.h"
#include "WebDragOperation.h"
@@ -311,9 +312,11 @@ public:
// Accessibility -------------------------------------------------------
- // Notifies embedder about an accessibility notification.
- virtual void postAccessibilityNotification(const WebAccessibilityObject&, WebAccessibilityNotification) { }
+ // Notifies embedder about an accessibility event.
+ virtual void postAccessibilityEvent(const WebAccessibilityObject&, WebAXTypes::Event) { }
+ // Deprecated.
+ virtual void postAccessibilityNotification(const WebAccessibilityObject&, WebAccessibilityNotification) { }
// Developer tools -----------------------------------------------------
« public/web/WebAccessibilityObject.h ('K') | « public/web/WebAccessibilityRole.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698