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

Unified Diff: ui/gfx/render_text_mac.cc

Issue 14264004: Re-land: NativeTextfieldViews: Show the drop cursor when dragging text (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 4 Created 7 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: ui/gfx/render_text_mac.cc
diff --git a/ui/gfx/render_text_mac.cc b/ui/gfx/render_text_mac.cc
index ea396ff3eb0c7aa6308172635e99d101c6332667..923eceb6e4239145ef522cf8999001b4f37e6d7a 100644
--- a/ui/gfx/render_text_mac.cc
+++ b/ui/gfx/render_text_mac.cc
@@ -91,7 +91,7 @@ size_t RenderTextMac::LayoutIndexToTextIndex(size_t index) const {
bool RenderTextMac::IsCursorablePosition(size_t position) {
// TODO(asvitkine): Implement this. http://crbug.com/131618
- return false;
+ return true;
}
void RenderTextMac::ResetLayout() {

Powered by Google App Engine
This is Rietveld 408576698