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

Unified Diff: chrome/browser/chromeos/login/textfield_with_margin.h

Issue 5473001: [cros] Use same textfield settings across existing/new user pods and screen lock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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
Index: chrome/browser/chromeos/login/textfield_with_margin.h
diff --git a/chrome/browser/chromeos/login/textfield_with_margin.h b/chrome/browser/chromeos/login/textfield_with_margin.h
index 338f79dd5d053967c52402507d7935cc010c49eb..7fec58e4e9eb2c763640417fd41a902eddc434ab 100644
--- a/chrome/browser/chromeos/login/textfield_with_margin.h
+++ b/chrome/browser/chromeos/login/textfield_with_margin.h
@@ -19,8 +19,12 @@ class TextfieldWithMargin : public views::Textfield {
explicit TextfieldWithMargin(views::Textfield::StyleFlags style)
: Textfield(style) {}
- // Reimplements views::Textfield.
+ protected:
+ // Overridden from views::View:
virtual void Layout();
+ virtual void ViewHierarchyChanged(bool is_add,
+ views::View *parent,
+ views::View *child);
private:
DISALLOW_COPY_AND_ASSIGN(TextfieldWithMargin);

Powered by Google App Engine
This is Rietveld 408576698