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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 15:58:18 PDT 2011


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





--- Comment #3 from Emil A Eklund <eae at chromium.org>  2011-11-02 15:58:18 PST ---
The platform layer in itself doesn't really need to know about Layout Units or LayoutRect/Point/Size. However the platform directory also contains base classes, such as ScrollableArea, that define a couple of pure virtual methods that are implemented in rendering.

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.

As we already have a couple of files in the platform directory using the layout types this seemed like the best option but I'm open to suggestions.

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