Bug 130128 - Remove roundedLayoutPoint method
Summary: Remove roundedLayoutPoint method
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Radu Stavila
URL:
Keywords: AdobeTracked
Depends on:
Blocks:
 
Reported: 2014-03-12 07:17 PDT by Radu Stavila
Modified: 2014-03-13 02:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radu Stavila 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.
Comment 1 zalan 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)