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

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

Issue 1066053002: [Android] Allow custom ActionMode creation via ContentViewClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix null check Created 5 years, 8 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 94d4cd480a505d6d377ef140a06e1b477224cc5d..284fb38bd69c619c62ad7d97e8e5b232ea0e8207 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -242,7 +242,8 @@ class ContentViewCoreImpl : public ContentViewCore,
InputEventAckState FilterInputEvent(const blink::WebInputEvent& event);
void OnSelectionChanged(const std::string& text);
void OnSelectionEvent(ui::SelectionEventType event,
- const gfx::PointF& anchor_position);
+ const gfx::PointF& selection_anchor,
+ const gfx::RectF& selection_rect);
scoped_ptr<ui::TouchHandleDrawable> CreatePopupTouchHandleDrawable();
void StartContentIntent(const GURL& content_url);

Powered by Google App Engine
This is Rietveld 408576698