diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 00:54:02 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 00:54:02 +0000 |
commit | f1baa445478133e392a6e7d064d477abcc4e3165 (patch) | |
tree | b82a73bbf07270127bdcc8c4489198b9260cad11 /views/controls/textfield/textfield_views_model.h | |
parent | 9b2133236b8bf6b613df77ea50c372c2b7ff4ca7 (diff) | |
download | chromium_src-f1baa445478133e392a6e7d064d477abcc4e3165.zip chromium_src-f1baa445478133e392a6e7d064d477abcc4e3165.tar.gz chromium_src-f1baa445478133e392a6e7d064d477abcc4e3165.tar.bz2 |
Draw a NativeTextfieldViews drop location cursor.
Move GetCursorBounds to NativeTextfieldViews.
Some minor refactoring.
BUG=72040
TEST=--use-pure-views textfield cursor showing drop location.
Review URL: http://codereview.chromium.org/6982055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/textfield/textfield_views_model.h')
-rw-r--r-- | views/controls/textfield/textfield_views_model.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/controls/textfield/textfield_views_model.h b/views/controls/textfield/textfield_views_model.h index 21cbc2c..297c8ae 100644 --- a/views/controls/textfield/textfield_views_model.h +++ b/views/controls/textfield/textfield_views_model.h @@ -181,9 +181,6 @@ class TextfieldViewsModel { // The current composition text will be confirmed. bool MoveCursorTo(size_t position, bool select); - // Returns the bounds of character at the current cursor. - gfx::Rect GetCursorBounds(const gfx::Font& font) const; - // Returns the bounds of selected text. gfx::Rect GetSelectionBounds(const gfx::Font& font) const; |