Bug 137478

Summary: [EFL] Call requestScrollPositionUpdate() instead of delegatedScrollRequested() in ScrollView::scrollTo()
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebCore Misc.Assignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.