| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 6bab2f7084a7ac33ed4cbe36a7ead711f6007977..2ceda0667f5d72307c782012849e6351c41d70ba 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -274,7 +274,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void AttachLayer(scoped_refptr<cc::Layer> layer);
|
| void RemoveLayer(scoped_refptr<cc::Layer> layer);
|
|
|
| - void MoveRangeSelectionExtent(const gfx::PointF& extent);
|
| + void MoveRangeSelectionExtent(const gfx::PointF& extent,
|
| + ui::TextSelectionGranularity granularity);
|
|
|
| void SelectBetweenCoordinates(const gfx::PointF& base,
|
| const gfx::PointF& extent);
|
|
|