Bug 136314

Summary: Subpixel layout: Rename FloatPoint/FloatRect device pixel snapping functions.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 136275    
Attachments:
Description Flags
Patch
none
Patch none

Description zalan 2014-08-27 14:55:52 PDT
to the new naming style of round/ceil/floor*ToDevicePixels. * = point/rect.
Comment 1 zalan 2014-08-27 15:14:18 PDT
Created attachment 237259 [details]
Patch
Comment 2 Simon Fraser (smfr) 2014-08-27 16:18:41 PDT
Comment on attachment 237259 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=237259&action=review

> Source/WebCore/platform/graphics/FloatRect.cpp:209
> +FloatRect enclosingRectToDevicePixels(const FloatRect& rect, float deviceScaleFactor)

encloseRectToDevicePixels
Comment 3 zalan 2014-08-27 19:50:38 PDT
Created attachment 237281 [details]
Patch
Comment 4 WebKit Commit Bot 2014-08-27 20:33:16 PDT
Comment on attachment 237281 [details]
Patch

Clearing flags on attachment: 237281

Committed r173045: <http://trac.webkit.org/changeset/173045>
Comment 5 WebKit Commit Bot 2014-08-27 20:33:19 PDT
All reviewed patches have been landed.  Closing bug.