[webkit-reviews] review denied: [Bug 103302] [EFL] Graphics layer edges are sometimes very pixelated : [Attachment 176149] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 21:21:04 PST 2012


Noam Rosenthal <noam at webkit.org> has denied Yael <yael at webkit.org>'s request
for review:
Bug 103302: [EFL] Graphics layer edges are sometimes very pixelated
https://bugs.webkit.org/show_bug.cgi?id=103302

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

------- Additional Comments from Noam Rosenthal <noam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=176149&action=review


> Source/WebKit2/UIProcess/CoordinatedGraphics/LayerTreeRenderer.cpp:166
>	   m_textureMapper = TextureMapper::create();
> +	  
static_cast<TextureMapperGL*>(m_textureMapper.get())->setEnableEdgeDistanceAnti
aliasing(true);

This would crash.


More information about the webkit-reviews mailing list