Summary: | [Qt][WK2] Directly-composited images sometimes appear with a wrong geometry | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Noam Rosenthal <noam> | ||||||||||
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> | ||||||||||
Status: | RESOLVED FIXED | ||||||||||||
Severity: | Normal | CC: | hausmann, kenneth, webkit.review.bot, zoltan | ||||||||||
Priority: | P2 | Keywords: | Qt | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
Bug Depends on: | |||||||||||||
Bug Blocks: | 75918 | ||||||||||||
Attachments: |
|
Description
Noam Rosenthal
2012-01-09 12:22:13 PST
Created attachment 121711 [details]
Patch
Comment on attachment 121711 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=121711&action=review r=me but I think you should also remove the comment before landing. > Source/WebKit2/WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:421 > - m_layerInfo.drawsContent = drawsContent() || m_image; > + m_layerInfo.drawsContent = drawsContent(); Ahah, now I see why you removed the comment in the other patch. It seems that the comment removal should be taken from the other patch and moved over here ;) (In reply to comment #2) > (From update of attachment 121711 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=121711&action=review > > r=me but I think you should also remove the comment before landing. > > > Source/WebKit2/WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:421 > > - m_layerInfo.drawsContent = drawsContent() || m_image; > > + m_layerInfo.drawsContent = drawsContent(); > > Ahah, now I see why you removed the comment in the other patch. It seems that the comment removal should be taken from the other patch and moved over here ;) Yes, exactly. I kind-of applied them on top of each other :) I'll put the comment removal here. Created attachment 122039 [details]
Patch
Comment on attachment 122039 [details] Patch Clearing flags on attachment: 122039 Committed r104720: <http://trac.webkit.org/changeset/104720> All reviewed patches have been landed. Closing bug. Created attachment 122121 [details]
Patch 1: minor improvements to TextureMapperNode
Created attachment 122122 [details]
Patch 1: minor improvements to TextureMapperNode
Comment on attachment 122122 [details]
Patch 1: minor improvements to TextureMapperNode
Submitted patch in wrong bug...
|