diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 17:07:05 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 17:07:05 +0000 |
commit | 7805c5b9f4aab9db058dcaf84ce747acf6549aa8 (patch) | |
tree | 0ca286d2bb0e9fb9c6534c882c200db88244f328 /views/controls/textfield/textfield.h | |
parent | 20b2450c1935dd0b9e91ad894926af703c30a5ad (diff) | |
download | chromium_src-7805c5b9f4aab9db058dcaf84ce747acf6549aa8.zip chromium_src-7805c5b9f4aab9db058dcaf84ce747acf6549aa8.tar.gz chromium_src-7805c5b9f4aab9db058dcaf84ce747acf6549aa8.tar.bz2 |
This CL adds some more FocusManager unit-tests.
BUG=None
TEST=Run the unit-tests.
Review URL: http://codereview.chromium.org/118413
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/textfield/textfield.h')
-rw-r--r-- | views/controls/textfield/textfield.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h index bbd9104..a008bea 100644 --- a/views/controls/textfield/textfield.h +++ b/views/controls/textfield/textfield.h @@ -183,10 +183,10 @@ class Textfield : public View { virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child); virtual std::string GetClassName() const; - private: // The object that actually implements the native text field. NativeTextfieldWrapper* native_wrapper_; + private: // This is the current listener for events from this Textfield. Controller* controller_; |