Bug 133472

Summary: WebKit2 View Gestures (Zoom): Can show unpainted regions when zoom-pinching-out
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch simon.fraser: review+

Description Tim Horton 2014-06-03 02:34:17 PDT
We should co-opt TileController's prepopulateRect() and perhaps platformCALayerContentsScaleMultiplierForNewTiles to create new tiles live while pinching out.
Comment 1 Tim Horton 2014-06-03 18:20:27 PDT
<rdar://problem/15686848>
Comment 2 Tim Horton 2014-06-03 18:23:55 PDT
Created attachment 232456 [details]
patch
Comment 3 Simon Fraser (smfr) 2014-06-03 18:25:19 PDT
Comment on attachment 232456 [details]
patch

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

> Source/WebCore/WebCore.exp.in:1
> +__ZNK7WebCore18RenderLayerBacking12tiledBackingEv

sort!
Comment 4 Tim Horton 2014-06-03 18:28:04 PDT
http://trac.webkit.org/changeset/169576