Index: views/controls/textfield/textfield.h |
diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h |
index ca87bdfb5b2275126f9dbf8f2b6b717b19184900..ca0415eceb661f71753ce68d2300203185a33bd0 100644 |
--- a/views/controls/textfield/textfield.h |
+++ b/views/controls/textfield/textfield.h |
@@ -89,6 +89,8 @@ class Textfield : public View { |
// Clears the selection within the edit field and sets the caret to the end. |
void ClearSelection() const; |
+ bool HasSelection() const; |
oshima
2011/03/21 21:11:43
Comment
James Su
2011/03/21 22:05:23
Done.
|
+ |
// Accessor for |style_|. |
StyleFlags style() const { return style_; } |