Bug 147077 - Simplify Path(CG)::transform/translate
Summary: Simplify Path(CG)::transform/translate
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: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-18 20:35 PDT by Tim Horton
Modified: 2015-07-19 05:36 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.24 KB, patch)
2015-07-18 20:36 PDT, Tim Horton
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2015-07-18 20:35:58 PDT
Simplify Path(CG)::transform/translate
Comment 1 Tim Horton 2015-07-18 20:36:29 PDT
Created attachment 257046 [details]
Patch
Comment 2 WebKit Commit Bot 2015-07-18 21:40:03 PDT
Comment on attachment 257046 [details]
Patch

Clearing flags on attachment: 257046

Committed r187008: <http://trac.webkit.org/changeset/187008>
Comment 3 WebKit Commit Bot 2015-07-18 21:40:06 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 David Kilzer (:ddkilzer) 2015-07-19 05:18:50 PDT
(In reply to comment #2)
> Comment on attachment 257046 [details]
> Patch
> 
> Clearing flags on attachment: 257046
> 
> Committed r187008: <http://trac.webkit.org/changeset/187008>

This broke the Windows build:

<https://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/71644>
Comment 5 David Kilzer (:ddkilzer) 2015-07-19 05:36:50 PDT
(In reply to comment #4)
> (In reply to comment #2)
> > Comment on attachment 257046 [details]
> > Patch
> > 
> > Clearing flags on attachment: 257046
> > 
> > Committed r187008: <http://trac.webkit.org/changeset/187008>
> 
> This broke the Windows build:
> 
> <https://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/
> builds/71644>

Attempted to fix Windows build:  <http://trac.webkit.org/r187009>