Bug 167866 - Re-land r210095 (avoid a tile revalidation on scale change)
Summary: Re-land r210095 (avoid a tile revalidation on scale change)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-02-05 21:27 PST by Simon Fraser (smfr)
Modified: 2017-02-10 10:30 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.83 KB, patch)
2017-02-05 21:28 PST, Simon Fraser (smfr)
thorton: review+
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) 2017-02-05 21:27:00 PST
Re-land r210095 (avoid a tile revalidation on scale change)
Comment 1 Simon Fraser (smfr) 2017-02-05 21:28:23 PST
Created attachment 300683 [details]
Patch
Comment 2 Tim Horton 2017-02-05 22:01:16 PST
Comment on attachment 300683 [details]
Patch

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

Yay!

> Source/WebCore/platform/graphics/ca/TileGrid.cpp:57
> +        if (validationPolicy & TileGrid::PruneSecondaryTiles)
> +            builder.appendLiteral(", ");

For future's sake, check the builder's length instead?
Comment 3 Simon Fraser (smfr) 2017-02-06 18:22:00 PST
https://trac.webkit.org/r211766
Comment 4 Radar WebKit Bug Importer 2017-02-10 10:30:18 PST
<rdar://problem/30467124>