| Index: content/browser/android/content_view_core.h
|
| diff --git a/content/browser/android/content_view_core.h b/content/browser/android/content_view_core.h
|
| index 43d7ea05f8a26d1b16e89cc1be40f83b4155c73a..ff317d913315c1dadae130410b33720ebfb1a944 100644
|
| --- a/content/browser/android/content_view_core.h
|
| +++ b/content/browser/android/content_view_core.h
|
| @@ -286,6 +286,7 @@ class ContentViewCore : public WebContentsObserver {
|
| void SelectBetweenCoordinates(const gfx::PointF& base,
|
| const gfx::PointF& extent);
|
|
|
| + void UpdateCursor(const content::CursorInfo& info);
|
| void OnTouchDown(const base::android::ScopedJavaLocalRef<jobject>& event);
|
|
|
| ui::ViewAndroid* GetViewAndroid() const;
|
|
|