| Index: content/browser/renderer_host/input/stylus_text_selector.h
|
| diff --git a/content/browser/renderer_host/input/stylus_text_selector.h b/content/browser/renderer_host/input/stylus_text_selector.h
|
| index 1c1a9d1e0a05c424b314bac6682d8c0edad15615..96142c3d69471389818d24c2aa177cffa28bb9bf 100644
|
| --- a/content/browser/renderer_host/input/stylus_text_selector.h
|
| +++ b/content/browser/renderer_host/input/stylus_text_selector.h
|
| @@ -31,7 +31,7 @@ class CONTENT_EXPORT StylusTextSelectorClient {
|
| // (x0, y0) and (x1, y1) indicate the bounds of the initial selection.
|
| virtual void OnStylusSelectBegin(float x0, float y0, float x1, float y1) = 0;
|
| virtual void OnStylusSelectUpdate(float x, float y) = 0;
|
| - virtual void OnStylusSelectEnd() = 0;
|
| + virtual void OnStylusSelectEnd(float x, float y) = 0;
|
| virtual void OnStylusSelectTap(base::TimeTicks time, float x, float y) = 0;
|
| };
|
|
|
|
|