[webkit-reviews] review granted: [Bug 56627] implement image-rendering: optimize-contrast (with a vendor prefix) as defined in CSS3 image values : [Attachment 93059] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 18:04:33 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Mike Lawther
<mikelawther at chromium.org>'s request for review:
Bug 56627: implement image-rendering: optimize-contrast (with a vendor prefix)
as defined in CSS3 image values
https://bugs.webkit.org/show_bug.cgi?id=56627

Attachment 93059: Patch
https://bugs.webkit.org/attachment.cgi?id=93059&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=93059&action=review

r=me but please moves the bits to StyleRareInheritedData

> Source/WebCore/rendering/style/RenderStyle.h:212
> +	   unsigned m_imageRendering : 2; // EImageRendering */

I think this should move to StyleRareInheritedData.


More information about the webkit-reviews mailing list