| 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 9e36ba352fc4e97d92516181904a7442cbf23ac9..03d668d235f9a1e1275d6a5dd4931a75ead94e22 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -229,9 +229,9 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| InputEventAckState ack_result);
|
| bool FilterInputEvent(const blink::WebInputEvent& event);
|
| void OnSelectionChanged(const std::string& text);
|
| - void OnSelectionEvent(SelectionEventType event,
|
| + void OnSelectionEvent(ui::SelectionEventType event,
|
| const gfx::PointF& anchor_position);
|
| - scoped_ptr<TouchHandleDrawable> CreatePopupTouchHandleDrawable();
|
| + scoped_ptr<ui::TouchHandleDrawable> CreatePopupTouchHandleDrawable();
|
|
|
| void StartContentIntent(const GURL& content_url);
|
|
|
|
|