[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:03:38 PDT 2011


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





--- Comment #4 from Darin Adler <darin at apple.com>  2011-11-02 16:03:38 PST ---
(In reply to comment #3)
> the platform directory also contains base classes, such as ScrollableArea

What else besides ScrollableArea?

> To move those methods over to the layout unit abstraction we'd either have to introduce a dependency on a header file in the rendering directory or keep the definitions as IntRect/Point/Size.

I think it would not be helpful to have ScrollableArea use LayoutUnit if the callers using ScrollableArea are using LayoutUnit. If the callers are using LayoutUnit, then they must not be in the platform layer.

So far it sounds like these should not be moved. But maybe there’s more to the story.

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