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

Unified Diff: sky/engine/public/web/WebFrameClient.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/WebDocument.h ('k') | sky/engine/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebFrameClient.h
diff --git a/sky/engine/public/web/WebFrameClient.h b/sky/engine/public/web/WebFrameClient.h
index 693fc67f80d30276dad62e237107d7ce44bf5cb1..a17667171bff6132d1fd0fbd4213ea2a27087854 100644
--- a/sky/engine/public/web/WebFrameClient.h
+++ b/sky/engine/public/web/WebFrameClient.h
@@ -32,7 +32,6 @@
#define WebFrameClient_h
#include "../platform/WebColor.h"
-#include "WebAXObject.h"
#include "WebFrame.h"
#include "WebIconURL.h"
#include "WebNavigationPolicy.h"
@@ -265,12 +264,6 @@ public:
// Send initial drawing parameters to a child frame that is being rendered out of process.
virtual void initializeChildFrame(const WebRect& frameRect, float scaleFactor) { }
-
- // Accessibility -------------------------------------------------------
-
- // Notifies embedder about an accessibility event.
- virtual void postAccessibilityEvent(const WebAXObject&, WebAXEvent) { }
-
protected:
virtual ~WebFrameClient() { }
};
« no previous file with comments | « sky/engine/public/web/WebDocument.h ('k') | sky/engine/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698