[Webkit-unassigned] [Bug 71412] Move LayoutTypes.h from rendering/ to platform/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 16:41:49 PDT 2011


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


Emil A Eklund <eae at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #7 from Emil A Eklund <eae at chromium.org>  2011-11-02 16:41:49 PST ---
(In reply to comment #6)
> No. I think platform should not be built on top of the fractional system we invent for layout.
> We can have scrolling machinery in platform that works without knowing that the thing its scrolling is using some different type for its internal layout. I don’t see why the scrolling machinery itself needs to deal with fractional pixels.

Right, we currently (on our branch) have the fractional pixels passed down into the first layer of the platform code in a few places where it is then converted to the relevant type for the platform. It sounds like you'd like this to be done entirely outside of platform.

That seems perfectly reasonable and is in many ways a better solution.

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