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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_win.h

Issue 2121004: Windows accessibility improvements: 1. All WebKit roles are now passed to the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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: chrome/browser/renderer_host/render_widget_host_view_win.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_win.h (revision 47913)
+++ chrome/browser/renderer_host/render_widget_host_view_win.h (working copy)
@@ -58,7 +58,8 @@
CWindow,
RenderWidgetHostHWNDTraits>,
public RenderWidgetHostView,
- public NotificationObserver {
+ public NotificationObserver,
+ public BrowserAccessibilityDelegate {
public:
// The view will associate itself with the given widget.
explicit RenderWidgetHostViewWin(RenderWidgetHost* widget);
@@ -154,6 +155,10 @@
const NotificationSource& source,
const NotificationDetails& details);
+ // Implementation of BrowserAccessibilityDelegate:
+ virtual void SetAccessibilityFocus(int acc_obj_id);
+ virtual void AccessibilityDoDefaultAction(int acc_obj_id);
+
protected:
// Windows Message Handlers
LRESULT OnCreate(CREATESTRUCT* create_struct);
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host.cc ('k') | chrome/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698