| 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 e46604b324708bc1ee7efeb66348ba923d36065e..8eb7c42b999e8fc4beee91c0e3027069a7f3256d 100644
|
| --- a/content/browser/android/content_view_core.h
|
| +++ b/content/browser/android/content_view_core.h
|
| @@ -282,6 +282,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;
|
|
|