| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index b242f71a81140a9237b61f0f27efe70d0effa2a1..d2746f3930fa9086a5b9fc6dbdcc947d01a51460 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -59,7 +59,6 @@ struct NativeWebKeyboardEvent;
|
| // -----------------------------------------------------------------------------
|
| class RenderWidgetHostViewAndroid
|
| : public RenderWidgetHostViewBase,
|
| - public BrowserAccessibilityDelegate,
|
| public cc::DelegatedFrameResourceCollectionClient,
|
| public ImageTransportFactoryAndroidObserver,
|
| public ui::GestureProviderClient,
|
| @@ -174,18 +173,6 @@ class RenderWidgetHostViewAndroid
|
| virtual void LockCompositingSurface() OVERRIDE;
|
| virtual void UnlockCompositingSurface() OVERRIDE;
|
|
|
| - // Implementation of 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;
|
| -
|
| // cc::DelegatedFrameResourceCollectionClient implementation.
|
| virtual void UnusedResourcesAreAvailable() OVERRIDE;
|
|
|
|
|