[Webkit-unassigned] [Bug 126978] [CSSRegions] The list of fixed positioned layers in named flows should be sorted by z-index

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 14 06:14:45 PST 2014


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


Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #221146|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #4 from Antti Koivisto <koivisto at iki.fi>  2014-01-14 06:12:23 PST ---
(From update of attachment 221146)
View in context: https://bugs.webkit.org/attachment.cgi?id=221146&action=review

> Source/WebCore/rendering/RenderLayer.cpp:4062
>      renderer().view().flowThreadController().collectFixedPositionedLayers(fixedLayers);

Maybe call it collectSortedFixedPositionedLayers or similar?

We nowadays prefer collection functions to return the vector normally instead of passing an argument since rvalue references make it copy-free.

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