| Index: chrome/browser/renderer_host/render_widget_host_view.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view.h (revision 61706)
|
| +++ chrome/browser/renderer_host/render_widget_host_view.h (working copy)
|
| @@ -14,7 +14,6 @@
|
| #include <vector>
|
|
|
| #include "app/surface/transport_dib.h"
|
| -#include "chrome/browser/accessibility/browser_accessibility_manager.h"
|
| #include "gfx/native_widget_types.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h"
|
| @@ -48,7 +47,7 @@
|
| // the surrounding environment and passing them to the RenderWidgetHost, and
|
| // for actually displaying the content of the RenderWidgetHost when it
|
| // changes.
|
| -class RenderWidgetHostView : public BrowserAccessibilityDelegate {
|
| +class RenderWidgetHostView {
|
| public:
|
| virtual ~RenderWidgetHostView() {}
|
|
|
| @@ -257,10 +256,6 @@
|
| const std::vector<ViewHostMsg_AccessibilityNotification_Params>& params) {
|
| }
|
|
|
| - // Implementation of BrowserAccessibilityDelegate:
|
| - virtual void SetAccessibilityFocus(int acc_obj_id) { }
|
| - virtual void AccessibilityDoDefaultAction(int acc_obj_id) { }
|
| -
|
| protected:
|
| // Interface class only, do not construct.
|
| RenderWidgetHostView() : popup_type_(WebKit::WebPopupTypeNone) {}
|
|
|