Bug 124796

Summary: REGRESSION (r156291): TileController tiles don't always repaint when they resize
Product: WebKit Reporter: Tim Horton <thorton>
Component: Layout and RenderingAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, mitz, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch simon.fraser: review+

Tim Horton
Reported 2013-11-22 15:26:24 PST
http://trac.webkit.org/changeset/156291 dropped the setNeedsDisplay that was previously moved under platformCALayerDidCreateTiles without moving it back into TileController. This means that when tiles resize, we don't repaint. <rdar://problem/15537608>
Attachments
patch (2.94 KB, patch)
2013-11-22 15:29 PST, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2013-11-22 15:29:48 PST
Created attachment 217722 [details] patch I'm going to try to make a test now.
Simon Fraser (smfr)
Comment 2 2013-11-22 16:41:24 PST
Comment on attachment 217722 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=217722&action=review > Source/WebCore/ChangeLog:8 > + Reviewed by NOBODY (OOPS!). > + > + * platform/graphics/ca/mac/TileController.mm: High level summary please. Why did r156291 break it?
Tim Horton
Comment 3 2013-11-24 00:32:15 PST
Note You need to log in before you can comment on or make changes to this bug.