| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 3e68f2bef3c474615dba221fd5cb6309e9b258d4..c6d5c87f85f317d0f9db3bbdce9dd953f141416a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -98,7 +98,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| public aura::client::FocusChangeObserver,
|
| public aura::client::CursorClientObserver,
|
| public ImageTransportFactoryObserver,
|
| - public BrowserAccessibilityDelegate,
|
| public DelegatedFrameEvictorClient,
|
| public base::SupportsWeakPtr<RenderWidgetHostViewAura>,
|
| public cc::DelegatedFrameResourceCollectionClient {
|
| @@ -412,18 +411,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| // Overridden from ImageTransportFactoryObserver:
|
| virtual void OnLostResources() OVERRIDE;
|
|
|
| - // Overridden from BrowserAccessibilityDelegate:
|
| - virtual void SetAccessibilityFocus(int acc_obj_id) OVERRIDE;
|
| - virtual void AccessibilityDoDefaultAction(int acc_obj_id) OVERRIDE;
|
| - virtual void AccessibilityScrollToMakeVisible(
|
| - int acc_obj_id, gfx::Rect subfocus) OVERRIDE;
|
| - virtual void AccessibilityScrollToPoint(
|
| - int acc_obj_id, gfx::Point point) OVERRIDE;
|
| - virtual void AccessibilitySetTextSelection(
|
| - int acc_obj_id, int start_offset, int end_offset) OVERRIDE;
|
| - virtual gfx::Point GetLastTouchEventLocation() const OVERRIDE;
|
| - virtual void FatalAccessibilityTreeError() OVERRIDE;
|
| -
|
| void UpdateCursorIfOverSelf();
|
| bool ShouldSkipFrame(gfx::Size size_in_dip) const;
|
|
|
|
|