diff options
Diffstat (limited to 'content/browser/renderer_host/render_widget_host_view_android.h')
-rw-r--r-- | content/browser/renderer_host/render_widget_host_view_android.h | 13 |
1 files changed, 0 insertions, 13 deletions
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 fc38ca0..f64df79 100644 --- a/content/browser/renderer_host/render_widget_host_view_android.h +++ b/content/browser/renderer_host/render_widget_host_view_android.h @@ -60,7 +60,6 @@ struct NativeWebKeyboardEvent; // ----------------------------------------------------------------------------- class RenderWidgetHostViewAndroid : public RenderWidgetHostViewBase, - public BrowserAccessibilityDelegate, public cc::DelegatedFrameResourceCollectionClient, public ImageTransportFactoryAndroidObserver, public ui::GestureProviderClient, @@ -169,18 +168,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; |