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() { |