| 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 066c0b705cdc5c25bd4168cc7a8b7562082ada96..9d78cc34c8a8d20028e1143293018f273aaeca2c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -192,7 +192,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
|
| // StylusTextSelectorClient implementation.
|
| void OnStylusSelectBegin(float x0, float y0, float x1, float y1) override;
|
| void OnStylusSelectUpdate(float x, float y) override;
|
| - void OnStylusSelectEnd() override;
|
| void OnStylusSelectTap(base::TimeTicks time, float x, float y) override;
|
|
|
| // ui::TouchSelectionControllerClient implementation.
|
|
|