RESOLVED INVALID130128
Remove roundedLayoutPoint method
https://bugs.webkit.org/show_bug.cgi?id=130128
Summary Remove roundedLayoutPoint method
Radu Stavila
Reported 2014-03-12 07:17:25 PDT
Since all platforms are now enabling subpixel layout, the roundedLayoutPoint is useless as it just returns the point it received.
Attachments
alan
Comment 1 2014-03-12 14:07:13 PDT
Actually, I changed my mind and I think the cleanup should happen together with removing the compile time flag. If we removed this function while there's still a compile time flag to disable subpixel, platforms couldn't actually revert back to fully non-subpixel. (There's a very little chance for it, but for the sake of correctness, let's leave it like this for now)
Note You need to log in before you can comment on or make changes to this bug.