Bug 142384

Summary: Allow composited clip-path to be updated without a layer repaint
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, esprehn+autocc, glenn, kondapallykalyan, krit, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Simon Fraser (smfr)
Reported 2015-03-05 22:18:00 PST
Allow composited clip-path to be updated without a layer repaint
Attachments
Patch (11.47 KB, patch)
2015-03-05 22:25 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2015-03-05 22:25:45 PST
WebKit Commit Bot
Comment 2 2015-03-06 10:14:35 PST
Comment on attachment 248041 [details] Patch Clearing flags on attachment: 248041 Committed r181164: <http://trac.webkit.org/changeset/181164>
WebKit Commit Bot
Comment 3 2015-03-06 10:14:41 PST
All reviewed patches have been landed. Closing bug.
Elliott Sprehn
Comment 4 2016-04-27 18:41:11 PDT
Comment on attachment 248041 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248041&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:938 > + return (clipPath.type() != ClipPathOperation::Shape || clipPath.type() == ClipPathOperation::Shape) && GraphicsLayer::supportsLayerType(GraphicsLayer::Type::Shape); You have (.type() != ::Shape || .type() == ::Shape) && ... Did you mean to check for != to something different?
Note You need to log in before you can comment on or make changes to this bug.