Bug 144087 - [iOS] Move computeCoverageRect code from FrameView into TileController
Summary: [iOS] Move computeCoverageRect code from FrameView into TileController
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-22 20:53 PDT by Simon Fraser (smfr)
Modified: 2015-04-22 23:04 PDT (History)
7 users (show)

See Also:


Attachments
Patch (13.38 KB, patch)
2015-04-22 20:59 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.