[Webkit-unassigned] [Bug 70085] [Chromium] Disable blending when drawing opaque layers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 16:07:36 PDT 2011


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





--- Comment #4 from James Robinson <jamesr at chromium.org>  2011-10-20 16:07:35 PST ---
Oh - what about setting the opaque flag for the root layer?  Right now we disable blending for this layer using the 'is non-composited content host' bit:

http://google.com/codesearch#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/platform/graphics/chromium/cc/CCTiledLayerImpl.cpp&q=disable%20BLEND%20file:chromium&exact_package=chromium&l=145

The code would be much better if this used the 'is opaque' bit instead, IMO.

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