diff -r 25214794fad6 -r 08ffbd51e3fd browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h --- a/browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h Tue Apr 27 16:41:18 2010 +0300 +++ b/browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h Tue May 11 16:16:13 2010 +0300 @@ -152,7 +152,8 @@ void UpdateScrollBarPositionL(const TInt aPosition); void HandleItemClickedL(CEikListBox* aListBox ); - + static TInt ListScrollTimerCallBack(TAny* aAny); + void DoListScrolling(); private: // from CCoeControl @@ -184,6 +185,7 @@ TInt iMaxRecentUrlsToShow; // shows whether search feature is enabled or not. TBool iSearchFeature; + CPeriodic* iListScrollTimer; }; #endif // BROWSERADAPTIVELISTPOPUP_H