WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142384
Allow composited clip-path to be updated without a layer repaint
https://bugs.webkit.org/show_bug.cgi?id=142384
Summary
Allow composited clip-path to be updated without a layer repaint
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2015-03-05 22:25:45 PST
Created
attachment 248041
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug