[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 05:26:28 PST 2014


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





--- Comment #2 from Mihai Maerean <mmaerean at adobe.com>  2014-01-14 05:24:06 PST ---
(From update of attachment 221146)
View in context: https://bugs.webkit.org/attachment.cgi?id=221146&action=review

> Source/WebCore/rendering/FlowThreadController.cpp:282
> +static inline bool compareZIndex(RenderLayer* first, RenderLayer* second)

Rather than having this method in both FlowThreadController and RenderLayer object files, maybe it should be a public static method of the RenderLayer class.

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