Bug 132160

Summary: [iOS WebKit2] RemoteLayerTreeDrawingArea should force CA to garbage collect surfaces.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Andreas Kling
Reported 2014-04-24 18:12:34 PDT
Add gratuitous flush for <rdar://problem/16110687>
Attachments
Patch (1.85 KB, patch)
2014-04-24 18:20 PDT, Andreas Kling
thorton: review+
Andreas Kling
Comment 1 2014-04-24 18:20:50 PDT
Tim Horton
Comment 2 2014-04-24 18:27:18 PDT
Comment on attachment 230125 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=230125&action=review > Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm:288 > + [CATransaction begin]; I wonder if it's better to do this in didUpdate() instead; we're more likely to actually do something more immediately useful then, because by that point we would (ideally but not always) have pushed the new front surfaces to CA.
Andreas Kling
Comment 3 2014-04-24 23:26:18 PDT
(In reply to comment #2) > (From update of attachment 230125 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=230125&action=review > > > Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm:288 > > + [CATransaction begin]; > > I wonder if it's better to do this in didUpdate() instead; we're more likely to actually do something more immediately useful then, because by that point we would (ideally but not always) have pushed the new front surfaces to CA. All right. Will move the "logic" there instead.
Andreas Kling
Comment 4 2014-04-24 23:29:13 PDT
Note You need to log in before you can comment on or make changes to this bug.