Support placeholder text in NativeTextfieldViews.
commitdd46cffdc2551d88dc78faec15abf403d9731a7d
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 16 May 2012 21:44:16 +0000 (16 21:44 +0000)
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 16 May 2012 21:44:16 +0000 (16 21:44 +0000)
tree405eb47322fe91f5eb08b723d93ff22342b723e5
parent88a05cf45cabc27efad8eb2b93bf132c7e2ff01d
Support placeholder text in NativeTextfieldViews.

- Rename text_to_display_when_empty -> placehodler_text;
- Draw placeholder text when there is no user text;

BUG=none.
TEST=none.

Review URL: https://chromiumcodereview.appspot.com/10310131

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137529 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/chromeos/login/password_changed_view.cc
ui/views/controls/textfield/native_textfield_views.cc
ui/views/controls/textfield/textfield.cc
ui/views/controls/textfield/textfield.h
ui/views/examples/textfield_example.cc