Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 2089933002: Context Menu Refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing nits Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698