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 b9ff45409e664ea93be6b2fb2250dffde9d323b7..6e906960d07bd06784fafb0e399ea84d81046aea 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -270,8 +270,10 @@ class ContentViewCoreImpl : public ContentViewCore, |
void AttachLayer(scoped_refptr<cc::Layer> layer); |
void RemoveLayer(scoped_refptr<cc::Layer> layer); |
- void SelectBetweenCoordinates(const gfx::PointF& start, |
- const gfx::PointF& end); |
+ void MoveRangeSelectionExtent(const gfx::PointF& extent); |
+ |
+ void SelectBetweenCoordinates(const gfx::PointF& base, |
+ const gfx::PointF& extent); |
private: |
class ContentViewUserData; |