| 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 3a445e8517b26243964c70caaf55ef7544472eef..0990eb745d6c2b0ff8017f230bbf7b0fc420241a 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -61,7 +61,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| WebContents* GetWebContents() const override;
|
| ui::WindowAndroid* GetWindowAndroid() const override;
|
| const scoped_refptr<cc::Layer>& GetLayer() const override;
|
| - bool ShowPastePopup(int x, int y) override;
|
| float GetDpiScale() const override;
|
| void PauseOrResumeGeolocation(bool should_pause) override;
|
| void RequestTextSurroundingSelection(
|
| @@ -340,8 +339,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| bool FilterInputEvent(const blink::WebInputEvent& event);
|
| void OnSelectionChanged(const std::string& text);
|
| void OnSelectionEvent(ui::SelectionEventType event,
|
| - const gfx::PointF& selection_anchor,
|
| - const gfx::RectF& selection_rect);
|
| + const gfx::PointF& selection_anchor);
|
|
|
| void StartContentIntent(const GURL& content_url, bool is_main_frame);
|
|
|
|
|