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

Unified Diff: sky/engine/public/web/WebViewClient.h

Issue 673993002: Remove remaining AX code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebViewClient.h
diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
index 649549f0e12f14f8533a6175404f43bf10b6c7e4..8e98aba6d5df65560fa694dcb7a61a555b72c743 100644
--- a/sky/engine/public/web/WebViewClient.h
+++ b/sky/engine/public/web/WebViewClient.h
@@ -33,7 +33,6 @@
#include "../platform/WebGraphicsContext3D.h"
#include "../platform/WebString.h"
-#include "WebAXEnums.h"
#include "WebContentDetectionResult.h"
#include "WebDragOperation.h"
#include "WebFrame.h"
@@ -45,7 +44,6 @@
namespace blink {
-class WebAXObject;
class WebCompositorOutputSurface;
class WebElement;
class WebGestureEvent;
@@ -115,13 +113,6 @@ public:
// Returns comma separated list of accept languages.
virtual WebString acceptLanguages() { return WebString(); }
-
- // Accessibility -------------------------------------------------------
-
- // Notifies embedder about an accessibility event.
- virtual void postAccessibilityEvent(const WebAXObject&, WebAXEvent) { }
-
-
// Developer tools -----------------------------------------------------
// Called to notify the client that the inspector's settings were
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698