[Webkit-unassigned] [Bug 75551] [chromium][aura] WebExternalTextureLayerImpl::drawsContent() returns incorrect value, causing accelerated content to not display in Aura desktop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 08:58:48 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75551





--- Comment #1 from W. James MacLean <wjmaclean at chromium.org>  2012-01-04 08:58:48 PST ---
As a starting point, reverting the change to WebExternalTextureLayerImpl.cpp:54, so that it is just

return !!textureId();

instead of

return !!textureId() && LayerChromium::drawsContent();

causes the problem to go away *in Aura* (I haven't tested this elsewhere). It seems to suggest that this class is not correctly informing the base class about the drawing of content.

-- 
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