summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/textfield.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 22:54:17 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 22:54:17 +0000
commit7428d245ad019cc6d92098968e059416daecad8d (patch)
tree9344cd7da7ff666dfce84ed238482694c22060f1 /views/controls/textfield/textfield.h
parent90591f0a86c90b779c0bc1f62c13f5611f44c9ef (diff)
downloadchromium_src-7428d245ad019cc6d92098968e059416daecad8d.zip
chromium_src-7428d245ad019cc6d92098968e059416daecad8d.tar.gz
chromium_src-7428d245ad019cc6d92098968e059416daecad8d.tar.bz2
Gets preferred size of views textfields on gtk to work. Also made
turning off border work. BUG=none TEST=none Review URL: http://codereview.chromium.org/256080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/textfield/textfield.h')
-rw-r--r--views/controls/textfield/textfield.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h
index b1f5259..facfaca 100644
--- a/views/controls/textfield/textfield.h
+++ b/views/controls/textfield/textfield.h
@@ -181,9 +181,6 @@ class Textfield : public View {
bool draw_border() const { return draw_border_; }
void RemoveBorder();
- // Calculates the insets for the text field.
- void CalculateInsets(gfx::Insets* insets);
-
// Invoked by the edit control when the value changes. This method set
// the text_ member variable to the value contained in edit control.
// This is important because the edit control can be replaced if it has