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

Unified Diff: content/browser/web_contents/touch_selection_controller_aura_client_impl.h

Issue 829913004: WIP: Plumbing through text selection granularity control support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@unified_text_selection_diff
Patch Set: Missing file. Created 5 years, 11 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/web_contents/touch_selection_controller_aura_client_impl.h
diff --git a/content/browser/web_contents/touch_selection_controller_aura_client_impl.h b/content/browser/web_contents/touch_selection_controller_aura_client_impl.h
index 9a84c5a768190dd5e18820c088d846c642ec3fc2..b426d108d1621a43e19cd566434005177be6ab62 100644
--- a/content/browser/web_contents/touch_selection_controller_aura_client_impl.h
+++ b/content/browser/web_contents/touch_selection_controller_aura_client_impl.h
@@ -26,7 +26,9 @@ class CONTENT_EXPORT TouchSelectionControllerAuraClientImpl
private:
// ui::TouchSelectionControllerAuraClient:
void MoveCaret(const gfx::PointF& position) override;
- void MoveRangeSelectionExtent(const gfx::PointF& extent) override;
+ void MoveRangeSelectionExtent(
+ const gfx::PointF& extent,
+ ui::TextSelectionGranularity granularity) override;
void SelectBetweenCoordinates(const gfx::PointF& base,
const gfx::PointF& extent) override;
aura::Window* GetParentWindow() const override;

Powered by Google App Engine
This is Rietveld 408576698