Changeset 20387 in webkit


Ignore:
Timestamp:
Mar 22, 2007 3:47:48 AM (17 years ago)
Author:
hyatt
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/platform/ScrollView.h

    r20268 r20387  
    2929#include "ScrollTypes.h"
    3030#include "Widget.h"
     31#include <wtf/HashSet.h>
    3132
    3233#if PLATFORM(QT)
     
    127128        void updateBackingStore();
    128129
     130        HashSet<Widget*>* children();
     131
    129132    private:
    130133        void updateScrollbars(const IntSize& desiredOffset);
Note: See TracChangeset for help on using the changeset viewer.