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

Unified Diff: ui/gfx/selection_model.cc

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 years, 3 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
« no previous file with comments | « ui/gfx/selection_model.h ('k') | ui/keyboard/keyboard_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/selection_model.cc
diff --git a/ui/gfx/selection_model.cc b/ui/gfx/selection_model.cc
index c3a31dae10741c5da91dd6fbe72fe4803b376794..1aac0315f1a6d58cd2b0c92b36a409703ee74c26 100644
--- a/ui/gfx/selection_model.cc
+++ b/ui/gfx/selection_model.cc
@@ -15,7 +15,7 @@ SelectionModel::SelectionModel()
SelectionModel::SelectionModel(size_t position, LogicalCursorDirection affinity)
: selection_(position), caret_affinity_(affinity) {}
-SelectionModel::SelectionModel(ui::Range selection,
+SelectionModel::SelectionModel(gfx::Range selection,
LogicalCursorDirection affinity)
: selection_(selection), caret_affinity_(affinity) {}
« no previous file with comments | « ui/gfx/selection_model.h ('k') | ui/keyboard/keyboard_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698