Bug 137668

Summary: Drop unnecessary overlapMap null checks in computeCompositingRequirements()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Layout and RenderingAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kling, kondapallykalyan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.