RESOLVED FIXED191808
Rename RenderLayerCompositor::inCompositingMode() to usesCompositing()
https://bugs.webkit.org/show_bug.cgi?id=191808
Summary Rename RenderLayerCompositor::inCompositingMode() to usesCompositing()
Simon Fraser (smfr)
Reported 2018-11-17 11:07:13 PST
Rename RenderLayerCompositor::inCompositingMode() to usesCompositing()
Attachments
Patch (14.38 KB, patch)
2018-11-17 11:07 PST, Simon Fraser (smfr)
zalan: review+
Simon Fraser (smfr)
Comment 1 2018-11-17 11:07:56 PST
alan
Comment 2 2018-11-17 11:44:42 PST
Comment on attachment 355196 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=355196&action=review > Source/WebCore/page/FrameView.cpp:2412 > clearBackingStores(); I'd go even one step further and move clearBackingStore() into a lambda since no one else calls into it (it's public on FrameView!) and then you could even drop some lines from clearBackingStores (assert and the renderView() check)
Simon Fraser (smfr)
Comment 3 2018-11-17 16:52:09 PST
Radar WebKit Bug Importer
Comment 4 2018-11-17 16:53:25 PST
Note You need to log in before you can comment on or make changes to this bug.