Bug 137478 - [EFL] Call requestScrollPositionUpdate() instead of delegatedScrollRequested() in ScrollView::scrollTo()
Summary: [EFL] Call requestScrollPositionUpdate() instead of delegatedScrollRequested(...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-06 22:15 PDT by Gyuyoung Kim
Modified: 2014-10-07 21:51 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.68 KB, patch)
2014-10-06 22:16 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2014-10-06 22:15:35 PDT
As r174380 did, ScrollView::scrollTo() also calls requestScrollPositionUpdate() instead of delegatedScrollRequested(). Then delegatedScrollRequested() will be only called by ScrollingCoordinatorCoordinatedGraphics::requestScrollPositionUpdate(), and it needs to be merged by existing other scroll function.
Comment 1 Gyuyoung Kim 2014-10-06 22:16:36 PDT
Created attachment 239387 [details]
Patch
Comment 2 WebKit Commit Bot 2014-10-07 21:51:36 PDT
Comment on attachment 239387 [details]
Patch

Clearing flags on attachment: 239387

Committed r174416: <http://trac.webkit.org/changeset/174416>
Comment 3 WebKit Commit Bot 2014-10-07 21:51:38 PDT
All reviewed patches have been landed.  Closing bug.