Bug 144087

Summary: [iOS] Move computeCoverageRect code from FrameView into TileController
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Simon Fraser (smfr) 2015-04-22 20:53:39 PDT
[iOS] Move computeCoverageRect code from FrameView into TileController
Comment 1 Simon Fraser (smfr) 2015-04-22 20:59:25 PDT
Created attachment 251401 [details]
Patch
Comment 2 Benjamin Poulain 2015-04-22 21:12:05 PDT
Comment on attachment 251401 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=251401&action=review

> Source/WebCore/platform/graphics/TiledBacking.h:49
> +    VelocityData(double horizontal = 0, double vertical = 0, double scaleChange = 0, double updateTime = 0)

Need the default values?
Comment 3 WebKit Commit Bot 2015-04-22 23:04:31 PDT
Comment on attachment 251401 [details]
Patch

Clearing flags on attachment: 251401

Committed r183173: <http://trac.webkit.org/changeset/183173>
Comment 4 WebKit Commit Bot 2015-04-22 23:04:36 PDT
All reviewed patches have been landed.  Closing bug.