diff -r b01126ce0bec -r ba63c83f4716 taskswitcher/contextengine/tsfswpreviewprovider/wsplugin/inc/previewprovidercrp.h --- a/taskswitcher/contextengine/tsfswpreviewprovider/wsplugin/inc/previewprovidercrp.h Wed Sep 15 12:00:00 2010 +0300 +++ b/taskswitcher/contextengine/tsfswpreviewprovider/wsplugin/inc/previewprovidercrp.h Wed Oct 13 14:18:30 2010 +0300 @@ -117,7 +117,7 @@ /* * Allocate resources and take screenshot */ - void ScreenshotL( TBool aRotation ); + void ScreenshotL(); /** * Takes the screenshot. @@ -144,7 +144,7 @@ /** * Notifies the PreviewProviderClient when screenshot is ready for copying. */ - void ScaleCompleteL( const CFbsBitmap& aBitmap, TBool aRotation ); + void ScaleCompleteL(const CFbsBitmap& aBitmap); /** * Notifies the PreviewProviderClient when an application has been exited. @@ -152,6 +152,11 @@ void UnregisterComplete( TInt aWgId ); /** + * Notifies the PreviewProviderClient that specific bitmap needs rotation. + */ + void BitmapRotationNeeded( TInt aWgId, TBool aClockwise ); + + /** * Uses window server front buffer to create a screenshot. * @param aFront preallocated destination bitmap * @param aFront Front buffer.