Bug 133472 - WebKit2 View Gestures (Zoom): Can show unpainted regions when zoom-pinching-out
Summary: WebKit2 View Gestures (Zoom): Can show unpainted regions when zoom-pinching-out
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-06-03 02:34 PDT by Tim Horton
Modified: 2014-06-03 18:28 PDT (History)
1 user (show)

See Also:


Attachments
patch (5.55 KB, patch)
2014-06-03 18:23 PDT, Tim Horton
simon.fraser: review+
Details | Formatted Diff | Diff

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