| Index: trunk/src/content/browser/renderer_host/render_widget_host_view_android.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_widget_host_view_android.h (revision 236262)
|
| +++ trunk/src/content/browser/renderer_host/render_widget_host_view_android.h (working copy)
|
| @@ -173,6 +173,12 @@
|
| const SkBitmap& zoomed_bitmap) OVERRIDE;
|
| virtual scoped_ptr<SyntheticGestureTarget> CreateSyntheticGestureTarget()
|
| OVERRIDE;
|
| + virtual SyntheticGesture* CreateSmoothScrollGesture(
|
| + bool scroll_down, int pixels_to_scroll, int mouse_event_x,
|
| + int mouse_event_y) OVERRIDE;
|
| + virtual SyntheticGesture* CreatePinchGesture(
|
| + bool zoom_in, int pixels_to_move, int anchor_x,
|
| + int anchor_y) OVERRIDE;
|
|
|
| // Implementation of BrowserAccessibilityDelegate:
|
| virtual void SetAccessibilityFocus(int acc_obj_id) OVERRIDE;
|
|
|