RESOLVED FIXED 126126
REGRESSION (r160672): Random remote layers are getting shadows
https://bugs.webkit.org/show_bug.cgi?id=126126
Summary REGRESSION (r160672): Random remote layers are getting shadows
Tim Horton
Reported 2013-12-21 21:46:23 PST
In http://trac.webkit.org/changeset/160672, we unconditionally check m_properties.customAppearance in requiresCustomAppearanceUpdateOnBoundsChange without regard for whether it has ever been initialized. This would get us to send an uninitialized custom appearance to the UI process, which could end up requesting a shadow. I have a patch to initialize lots of things to their CA defaults.
Attachments
patch (3.15 KB, patch)
2013-12-21 21:59 PST, Tim Horton
andersca: review+
Tim Horton
Comment 1 2013-12-21 21:59:46 PST
Tim Horton
Comment 2 2013-12-23 13:06:47 PST
Note You need to log in before you can comment on or make changes to this bug.