diff -r 5456b4e8b3a8 -r 3321d3e205b6 taskswitcher/contextengine/tsfswpreviewprovider/inc/tspreviewobserver.h --- a/taskswitcher/contextengine/tsfswpreviewprovider/inc/tspreviewobserver.h Wed Sep 01 12:32:46 2010 +0100 +++ b/taskswitcher/contextengine/tsfswpreviewprovider/inc/tspreviewobserver.h Tue Sep 14 20:58:58 2010 +0300 @@ -61,7 +61,7 @@ * @param aWgId Window group id of the application * @param aClockwise marks direction of the rotation (ETrue - clockwise, EFalse - counter clockwise) */ - virtual void HandleFswPpApplicationBitmapRotation( TInt aWgId, TBool aClockwise ) = 0; + virtual void HandleFswPpApplicationBitmapRotation( TInt aWgId, TInt aFbsHandle, TBool aClockwise ) = 0; }; #endif // TSPREVIEWOBSERVER_H