directly to the ChromeClient
Signed-off-by: Lars
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29221
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-07 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
+
+ Reviewed by Lars.
+
+ * Remove m_dirtyRegion as it is not used as we pass every dirty region
+ directly to the ChromeClient
+
+ * platform/qt/ScrollViewQt.cpp:
+ (WebCore::ScrollView::paint):
+
2008-01-06 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
ScrollbarMode m_hScrollbarMode;
RefPtr<PlatformScrollbar> m_vBar;
RefPtr<PlatformScrollbar> m_hBar;
- QRegion m_dirtyRegion;
HashSet<Widget*> m_children;
};
context->restore();
}
-
- m_data->m_dirtyRegion = QRegion(); //clear the cache...
-
}
void ScrollView::wheelEvent(PlatformWheelEvent& e)