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

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: Add forgotten file back 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
« no previous file with comments | « 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 96ae35f64b7c561728cbf4bd8ed1666a74e8ca74..7d41624fefcda8dc83f47cf991b348099171eaec 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 "WebAXEnums.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&, WebAXEvent) { }
+ // Deprecated.
+ virtual void postAccessibilityNotification(const WebAccessibilityObject&, WebAccessibilityNotification) { }
// Developer tools -----------------------------------------------------
« no previous file with comments | « public/web/WebAccessibilityRole.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698