Bug 61497 - Change RenderObject to use FloatPoint::scale and FloatQuad::scale
Summary: Change RenderObject to use FloatPoint::scale and FloatQuad::scale
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Emil A Eklund
URL:
Keywords:
Depends on:
Blocks: 60318
  Show dependency treegraph
 
Reported: 2011-05-25 19:44 PDT by Emil A Eklund
Modified: 2011-05-26 11:47 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.17 KB, patch)
2011-05-25 19:46 PDT, Emil A Eklund
no flags Details | Formatted Diff | Diff
Patch for landing (4.17 KB, patch)
2011-05-26 10:18 PDT, Emil A Eklund
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emil A Eklund 2011-05-25 19:44:33 PDT
Change RenderObject to use FloatPoint::scale and FloatQuad::scale
Comment 1 Emil A Eklund 2011-05-25 19:46:04 PDT
Created attachment 94906 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-05-26 06:16:51 PDT
Comment on attachment 94906 [details]
Patch

I assume rect::scale() is already implemented?  Or did I miss something in the patch?
Comment 3 Emil A Eklund 2011-05-26 10:07:17 PDT
(In reply to comment #2)
> (From update of attachment 94906 [details])
> I assume rect::scale() is already implemented?  Or did I miss something in the patch?

Yeah, rect::scale already exists.

Thanks!
Comment 4 Emil A Eklund 2011-05-26 10:18:43 PDT
Created attachment 95001 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2011-05-26 11:47:09 PDT
Comment on attachment 95001 [details]
Patch for landing

Clearing flags on attachment: 95001

Committed r87407: <http://trac.webkit.org/changeset/87407>
Comment 6 WebKit Commit Bot 2011-05-26 11:47:14 PDT
All reviewed patches have been landed.  Closing bug.