As we worked the bugs out of our sub-pixel positioning change on our branch, some usages of Layout* types were added, while others went back to integers. This brings trunk's usage in line with our branch.
Created attachment 125682 [details] Patch
Do we have a document somewhere which describes the general usage guidelines for types in WebCore? I want to know (at a high level) where we plan to use LayoutUnit vs. int vs. float vs. double vs. whatever.
(In reply to comment #2) > Do we have a document somewhere which describes the general usage guidelines for types in WebCore? I want to know (at a high level) where we plan to use LayoutUnit vs. int vs. float vs. double vs. whatever. Feel free to ask for clarification and well add it to this doc: https://trac.webkit.org/wiki/LayoutUnit
Comment on attachment 125682 [details] Patch Thanks for the review!
Comment on attachment 125682 [details] Patch Clearing flags on attachment: 125682 Committed r106884: <http://trac.webkit.org/changeset/106884>
All reviewed patches have been landed. Closing bug.