Reviewed by Maciej and Adam, landed by Adam
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=11072
Windows build is busted
* platform/win/TemporaryLinkStubs.cpp:
(ScrollView::paint):
(ScrollView::themeChanged):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16609
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-09-27 MorganL <morganl.webkit@yahoo.com>
+
+ Reviewed by Maciej and Adam, landed by Adam
+
+ Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=11072
+ Windows build is busted
+
+ * platform/win/TemporaryLinkStubs.cpp:
+ (ScrollView::paint):
+ (ScrollView::themeChanged):
+
2006-09-27 Eric Seidel <eric@eseidel.com>
Reviewed by mitz.
void ScrollView::removeChild(Widget*) { }
void ScrollView::scrollPointRecursively(int x, int y) { }
bool ScrollView::inWindow() const { return true; }
-void ScrollView::paint(GraphicsContext*, const IntRect&) { };
+void ScrollView::paint(GraphicsContext*, const IntRect&) { }
void ScrollView::wheelEvent(PlatformWheelEvent&) { }
+void ScrollView::themeChanged() { }
void GraphicsContext::setShadow(IntSize const&,int,Color const&) { }
void GraphicsContext::clearShadow() { }