WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
84111
-webkit-mask-box-image does not draw when layer tree flattening is enabled
https://bugs.webkit.org/show_bug.cgi?id=84111
Summary
-webkit-mask-box-image does not draw when layer tree flattening is enabled
Andy Estes
Reported
2012-04-16 18:22:23 PDT
-webkit-mask-box-image does not draw when layer tree flattening is enabled
Attachments
Patch
(3.20 KB, patch)
2012-04-16 18:25 PDT
,
Andy Estes
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2012-04-16 18:25:27 PDT
Created
attachment 137451
[details]
Patch
Andy Estes
Comment 2
2012-04-16 18:25:52 PDT
<
rdar://problem/10950075
>
Simon Fraser (smfr)
Comment 3
2012-04-17 14:28:03 PDT
Comment on
attachment 137451
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=137451&action=review
> Source/WebCore/rendering/InlineFlowBox.cpp:1292 > + bool flattenCompositingLayers = !renderer()->view()->frameView() || renderer()->view()->frameView()->paintBehavior() & PaintBehaviorFlattenCompositingLayers;
I think it would be cleaner to pass this down via PaintInfo, but that would be a larger change.
Andy Estes
Comment 4
2012-04-17 14:32:51 PDT
Committed
r114433
: <
http://trac.webkit.org/changeset/114433
>
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