Bug 148091

Summary: will-change: backface-visibility should not cause stacking context
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Simon Fraser (smfr) 2015-08-17 13:30:00 PDT
will-change: backface-visibility should not cause stacking context
Comment 1 Simon Fraser (smfr) 2015-08-17 13:31:52 PDT
Created attachment 259177 [details]
Patch
Comment 2 zalan 2015-08-17 13:46:07 PDT
Comment on attachment 259177 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=259177&action=review

> Source/WebCore/rendering/RenderInline.h:182
> +        return style().willChange() && style().willChange()->canCreateStackingContext() && shouldWillChangeCreateStackingContext();

return style().willChange() && style().willChange()->canCreateStackingContextOnInline();?
Comment 3 Simon Fraser (smfr) 2015-08-17 17:16:59 PDT
Created attachment 259214 [details]
Patch
Comment 4 WebKit Commit Bot 2015-08-18 15:35:16 PDT
Comment on attachment 259214 [details]
Patch

Clearing flags on attachment: 259214

Committed r188604: <http://trac.webkit.org/changeset/188604>
Comment 5 WebKit Commit Bot 2015-08-18 15:35:20 PDT
All reviewed patches have been landed.  Closing bug.