[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:06:56 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126978
--- Comment #3 from Mihnea Ovidenie <mihnea at adobe.com> 2014-01-14 06:04:34 PST ---
(In reply to comment #2)
> (From update of attachment 221146 [details])
> 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.
I thought about that but i decided not to add another method to the public interface of RenderLayer since it is just a very simple comparison function.
--
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