| 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 0ac77152c1d894993b73fedd962a885adfcb6620..521533d0a295da6d167ebbc8f1f6c08ee31dcf90 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -189,7 +189,7 @@ 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 OnStylusSelectEnd() override {};
|
| void OnStylusSelectTap(base::TimeTicks time, float x, float y) override;
|
|
|
| // ui::TouchSelectionControllerClient implementation.
|
|
|