RESOLVED FIXED 137668
Drop unnecessary overlapMap null checks in computeCompositingRequirements()
https://bugs.webkit.org/show_bug.cgi?id=137668
Summary Drop unnecessary overlapMap null checks in computeCompositingRequirements()
Chris Dumez
Reported 2014-10-13 13:33:29 PDT
Drop unnecessary overlapMap null checks in computeCompositingRequirements(). The overlapMap argument can never be null so we should make it a reference and get rid of all the null checks.
Attachments
Patch (12.62 KB, patch)
2014-10-13 13:44 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-10-13 13:44:19 PDT
WebKit Commit Bot
Comment 2 2014-10-13 14:33:24 PDT
Comment on attachment 239741 [details] Patch Clearing flags on attachment: 239741 Committed r174658: <http://trac.webkit.org/changeset/174658>
WebKit Commit Bot
Comment 3 2014-10-13 14:33:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.