Bug 61390

Summary: Add IntPoint versions of IntRect::move and IntPoint::move
Product: WebKit Reporter: Emil A Eklund <eae>
Component: Layout and RenderingAssignee: Levi Weintraub <leviw>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, eae, eric, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60806    
Attachments:
Description Flags
Patch none

Description Emil A Eklund 2011-05-24 13:32:18 PDT
From bug 60806
> It's a bit strange, but perhaps we should consider a flavor of IntRect::move that takes a point?
Comment 1 Levi Weintraub 2011-05-24 13:35:59 PDT
Thanks! I was in the middle of filing this. I'm partly through implementing it and changing a bunch of existing call sites :)
Comment 2 Levi Weintraub 2011-05-24 14:30:38 PDT
Created attachment 94688 [details]
Patch
Comment 3 Eric Seidel (no email) 2011-05-24 19:10:00 PDT
Comment on attachment 94688 [details]
Patch

Seems OK to me, but others may have concerns about the IntSize vs. IntPoint purity.
Comment 4 Levi Weintraub 2011-05-25 10:06:36 PDT
Comment on attachment 94688 [details]
Patch

Clearing flags on attachment: 94688

Committed r87303: <http://trac.webkit.org/changeset/87303>
Comment 5 Levi Weintraub 2011-05-25 10:06:41 PDT
All reviewed patches have been landed.  Closing bug.