Bug 167866

Summary: Re-land r210095 (avoid a tile revalidation on scale change)
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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>