RESOLVED FIXED 132160
[iOS WebKit2] RemoteLayerTreeDrawingArea should force CA to garbage collect surfaces.
https://bugs.webkit.org/show_bug.cgi?id=132160
Summary [iOS WebKit2] RemoteLayerTreeDrawingArea should force CA to garbage collect s...
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.