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

Unified Diff: content/browser/renderer_host/input/stylus_text_selector.h

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fix rebase Created 3 years, 7 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/renderer_host/input/stylus_text_selector.h
diff --git a/content/browser/renderer_host/input/stylus_text_selector.h b/content/browser/renderer_host/input/stylus_text_selector.h
index 1c1a9d1e0a05c424b314bac6682d8c0edad15615..96142c3d69471389818d24c2aa177cffa28bb9bf 100644
--- a/content/browser/renderer_host/input/stylus_text_selector.h
+++ b/content/browser/renderer_host/input/stylus_text_selector.h
@@ -31,7 +31,7 @@ class CONTENT_EXPORT StylusTextSelectorClient {
// (x0, y0) and (x1, y1) indicate the bounds of the initial selection.
virtual void OnStylusSelectBegin(float x0, float y0, float x1, float y1) = 0;
virtual void OnStylusSelectUpdate(float x, float y) = 0;
- virtual void OnStylusSelectEnd() = 0;
+ virtual void OnStylusSelectEnd(float x, float y) = 0;
virtual void OnStylusSelectTap(base::TimeTicks time, float x, float y) = 0;
};
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | content/browser/renderer_host/input/stylus_text_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698