Skip to content

Commit b93066b

Browse files
committed
WinCE build fix attempt after r94080.
* WebCoreSupport/ChromeClientWinCE.cpp: (WebKit::ChromeClientWinCE::scrollRectIntoView): Canonical link: https://commits.webkit.org/83053@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@94126 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent a22e76d commit b93066b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Source/WebKit/wince/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2011-08-30 Ryosuke Niwa <rniwa@webkit.org>
2+
3+
WinCE build fix attempt after r94080.
4+
5+
* WebCoreSupport/ChromeClientWinCE.cpp:
6+
(WebKit::ChromeClientWinCE::scrollRectIntoView):
7+
18
2011-08-30 Kaustubh Atrawalkar <kaustubh@motorola.com>
29

310
The unused ScrollView* argument can and should be removed from

Source/WebKit/wince/WebCoreSupport/ChromeClientWinCE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void ChromeClientWinCE::contentsSizeChanged(Frame*, const IntSize&) const
273273
notImplemented();
274274
}
275275

276-
void ChromeClientWinCE::scrollRectIntoView(const IntRect&, const ScrollView*) const
276+
void ChromeClientWinCE::scrollRectIntoView(const IntRect&) const
277277
{
278278
notImplemented();
279279
}

0 commit comments

Comments
 (0)