| 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 868a81bc6ff16b32fa634a9ceeeee3386aedf9dc..f29b174b6a78618f65e3a3c3c12fe5f02c2bbf5c 100644
|
| --- a/content/browser/android/content_view_core.h
|
| +++ b/content/browser/android/content_view_core.h
|
| @@ -281,6 +281,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;
|
|
|