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

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

Issue 11068010: Show selection handles around selected text. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: tweaked comments Created 8 years, 2 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 de0393353e4e7db726106aa64fcf4f5881bf2a41..d5ee1791f1d319128e9e8989993da1caf6e639b4 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -188,12 +188,9 @@ class ContentViewCoreImpl : public ContentViewCore,
void ConfirmTouchEvent(bool handled);
void DidSetNeedTouchEvents(bool need_touch_events);
void OnSelectionChanged(const std::string& text);
- void OnSelectionBoundsChanged(int startx,
- int starty,
- base::i18n::TextDirection start_dir,
- int endx,
- int endy,
- base::i18n::TextDirection end_dir);
+ virtual void OnSelectionBoundsChanged(
+ const gfx::Rect& start_rect, base::i18n::TextDirection start_dir,
+ const gfx::Rect& end_rect, base::i18n::TextDirection end_dir) OVERRIDE;
void StartContentIntent(const GURL& content_url);
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | content/browser/android/content_view_core_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698