[Webkit-unassigned] [Bug 49550] Refactoring: use PlatformBridge to set scroll position in Android scroll view.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 23 10:56:37 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49550





--- Comment #10 from Steve Block <steveblock at google.com>  2010-11-23 10:56:37 PST ---
(From update of attachment 74680)
View in context: https://bugs.webkit.org/attachment.cgi?id=74680&action=review

> WebCore/ChangeLog:11
> +        (WebCore::ScrollView::platformSetScrollPosition):

PlatformBridge.h seems to be missing? You should probably re-run prepare-ChangeLog.

> WebCore/platform/android/PlatformBridge.h:109
> +    static void setScrollPosition(ScrollView* scrollView, int x, int y);

Don't need to name 'scrollView' as it's obvious from its type.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list