webengine/webkitutils/HistoryProvider/HistoryView.h
branchRCL_3
changeset 93 79859ed3eea9
parent 84 800203832575
child 94 919f36ff910f
--- a/webengine/webkitutils/HistoryProvider/HistoryView.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/webkitutils/HistoryProvider/HistoryView.h	Tue Aug 31 16:17:46 2010 +0300
@@ -37,10 +37,10 @@
 
 
 // CONSTANTS
-const int KCenterThumbnailWidthPercent = 60;
-const int KCenterThumbnailHeightPercent = 75;
-const int KSideThumbnailWidthPercent = 20;
-const int KSideThumbnailHeightPercent = 60;
+const int KCenterThumbnailWidthPercent = 50;
+const int KCenterThumbnailHeightPercent = 90;
+const int KSideThumbnailWidthPercent = 25;
+const int KSideThumbnailHeightPercent = 70;
 
 // FORWARD DECLARATIONS
 class HistoryController;
@@ -209,15 +209,6 @@
         * @return void
         */
         void loadUrl();
-        
-        /**
-         * Create a mask bitmap for the thumbnail of left and right entry
-         * left and right entry will use the same mask 
-         * @param aSize The size of the mask bitmap which will be cteated
-         * @param aDisplayMode The display mode of the mask bitmap
-         * @param aRgb The color filled in the bitmap
-         */
-        void CreateMaskBitmapForLeftRightThumbnailL(TSize& aSize, TDisplayMode aDisplayMode, TRgb aRgb);
 
     private:    // Data
 
@@ -267,9 +258,8 @@
         THistoryViewComponent    m_historyViewComponent;
         // Timer for repeated scrolling
         CPeriodic*               m_autoScrollPeriodic;
-        TPoint                   m_lastpointerposition;
-        //Mask bitmap for the thumbnail of left and right entry
-        CFbsBitmap*              m_maskBitmap;
+
+        TPoint m_lastpointerposition;
     };
 
 #endif      // HISTORYVIEW_H