[Texmap] TextureMapperLayer uses intermediate surfaces too eagerly
Created attachment 139293 [details] Patch
Comment on attachment 139293 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=139293&action=review > Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:221 > + return MoreThanOneDescendantWithContent; MultipleDecendantsWithContent > Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:231 > + count = 1; What is the idea with setting it to 1 here and continue iterating? wont you end inside the same if and return MoreThanOne? > Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:254 > + bool mightHaveOverlaps = countDescendantsWithContent() == MoreThanOneDescendantWithContent; canOverlap?
Created attachment 139404 [details] Patch
Comment on attachment 139404 [details] Patch Clearing flags on attachment: 139404 Committed r115629: <http://trac.webkit.org/changeset/115629>
All reviewed patches have been landed. Closing bug.