[Webkit-unassigned] [Bug 127876] Extended background should only create margin tiles for pages with background images
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 30 07:22:01 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127876
Antti Koivisto <koivisto at iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #222623|review? |review+
Flag| |
--- Comment #7 from Antti Koivisto <koivisto at iki.fi> 2014-01-30 07:19:25 PST ---
(From update of attachment 222623)
View in context: https://bugs.webkit.org/attachment.cgi?id=222623&action=review
> Source/WebCore/rendering/RenderLayerBacking.cpp:244
> - int marginSize = extendBackground ? 512 : 0;
> + int marginSize = hasExtendedBackgroundRect ? 512 : 0;
What is the magical 512? Could you make it a constant with informative name?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list