Bug 137668 - Drop unnecessary overlapMap null checks in computeCompositingRequirements()
Summary: Drop unnecessary overlapMap null checks in computeCompositingRequirements()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-13 13:33 PDT by Chris Dumez
Modified: 2014-10-13 14:33 PDT (History)
6 users (show)

See Also:


Attachments
Patch (12.62 KB, patch)
2014-10-13 13:44 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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.
Comment 1 Chris Dumez 2014-10-13 13:44:19 PDT
Created attachment 239741 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-10-13 14:33:28 PDT
All reviewed patches have been landed.  Closing bug.