diff -r a4d6f1ea0416 -r e7aa27f58ae1 emailuis/emailui/inc/ncsfieldsizeobserver.h --- a/emailuis/emailui/inc/ncsfieldsizeobserver.h Tue Jan 26 11:45:42 2010 +0200 +++ b/emailuis/emailui/inc/ncsfieldsizeobserver.h Tue Feb 02 00:02:40 2010 +0200 @@ -39,9 +39,10 @@ * Informs the observer that the field is updated. * * @since S60 v3.0 + * @param aDoScroll If set to ETrue, the rscreen is scrolled so that cursor is visible. * @return Return ETrue if you wish to redraw the edwin. EFalse otherwise. */ - virtual TBool UpdateFieldSizeL() = 0; + virtual TBool UpdateFieldSizeL( TBool aDoScroll = EFalse ) = 0; /** * Informs the observer that the given control position has changed.