Bug 145494 - [iOS] Tiling coverage sometimes inflated by outdated scale factor.
Summary: [iOS] Tiling coverage sometimes inflated by outdated scale factor.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar, Performance
Depends on:
Blocks:
 
Reported: 2015-05-30 18:16 PDT by Andreas Kling
Modified: 2015-05-31 00:05 PDT (History)
3 users (show)

See Also:


Attachments
Patch idea (6.53 KB, patch)
2015-05-30 18:19 PDT, Andreas Kling
benjamin: review+
Details | Formatted Diff | Diff
Patch for landing (6.35 KB, patch)
2015-05-30 18:37 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2015-05-30 18:16:59 PDT
<rdar://problem/20989389>
Comment 1 Andreas Kling 2015-05-30 18:19:31 PDT
Created attachment 253968 [details]
Patch idea
Comment 2 WebKit Commit Bot 2015-05-30 18:21:01 PDT
Attachment 253968 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:49:  Bad include order. Mixing system and custom headers.  [build/include_order] [4]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Benjamin Poulain 2015-05-30 18:24:44 PDT
Comment on attachment 253968 [details]
Patch idea

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

Good to finally nuke the tile allocation bug :)

> Source/WebCore/platform/graphics/ca/TileController.cpp:316
> +FloatRect TileController::computeTileCoverageRect(const FloatSize& newSize, const FloatRect& previousVisibleRect, const FloatRect& visibleRect, float contentsScale) const

Shouldn't this be a double?
Comment 4 Andreas Kling 2015-05-30 18:37:32 PDT
Created attachment 253969 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2015-05-30 19:26:17 PDT
Comment on attachment 253969 [details]
Patch for landing

Clearing flags on attachment: 253969

Committed r185036: <http://trac.webkit.org/changeset/185036>
Comment 6 WebKit Commit Bot 2015-05-30 19:26:22 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Simon Fraser (smfr) 2015-05-31 00:05:23 PDT
Nice fix!