Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / autofill / autofill_textfield.h
index 2a68b06..1c9aba6 100644 (file)
   // YES if the field is currently handling a click that caused the field to
   // become first responder.
   BOOL handlingFirstClick_;
+
+  // YES if the field allows input of multiple lines of text.
+  BOOL isMultiline_;
 }
 
+@property(nonatomic, assign) BOOL isMultiline;
+
 // Can be invoked by field editor to forward mouseDown messages from the field
 // editor to the AutofillTextField.
 - (void)onEditorMouseDown:(id)sender;