RESOLVED FIXED Bug 139420
Move 'text-shadow' check from RenderStyle::changeRequiresLayout() to changeAffectsVisualOverflow()
https://bugs.webkit.org/show_bug.cgi?id=139420
Summary Move 'text-shadow' check from RenderStyle::changeRequiresLayout() to changeAf...
Chris Dumez
Reported 2014-12-08 15:52:12 PST
Move 'text-shadow' check from RenderStyle::changeRequiresLayout() to changeAffectsVisualOverflow(). This has no behavior change as changeRequiresLayout() calls changeAffectsVisualOverflow(). However, this is clearer as text-shadow affects the visual overflow (similarly to box-shadow).
Attachments
Patch (2.53 KB, patch)
2014-12-08 16:03 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-12-08 16:03:21 PST
WebKit Commit Bot
Comment 2 2014-12-08 17:27:54 PST
Comment on attachment 242859 [details] Patch Clearing flags on attachment: 242859 Committed r176998: <http://trac.webkit.org/changeset/176998>
WebKit Commit Bot
Comment 3 2014-12-08 17:28:01 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.