Show
Ignore:
Timestamp:
08/15/08 13:25:16 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35774

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/WKAL/Skeletons/Widgets/ScrollView.t

    r436 r437  
    360360 
    361361    /** 
    362      *  shouldUpdateWhileHidden description 
    363      * @param[in] : description 
    364      * @param[out] : description 
    365      * @code 
    366      * @endcode 
    367      */ 
    368         virtual bool shouldUpdateWhileHidden() const = 0 
    369      
     362     * should update while hidden 
     363     */ 
     364 
     365     virtual bool shouldUpdateWhileHidden() const = 0; 
     366 
    370367    /** 
    371368     * For platforms that need to hit test scrollbars from within the engine's event handlers (like Win32). 
     
    376373     * @endcode 
    377374     */ 
    378         PlatformScrollbar* scrollbarUnderMouse(const PlatformMouseEvent& mouseEvent); 
     375     PlatformScrollbar* scrollbarUnderMouse(const PlatformMouseEvent& mouseEvent); 
    379376 
    380377    /**