Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Issue 1673093003: blink::TransformationMatrix implement create methods (Closed)

Created:
4 years, 10 months ago by tridgell
Modified:
4 years, 10 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, chromium-reviews, dglazkov+blink, dshwang, eae+blinkwatch, jchaffraix+rendering, kinuko+watch, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rwlbuis, sof, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

blink::TransformationMatrix implement create methods TransformationMatrix is currently unsupported by Oilpan. Muliple classes on Oilpan have an OwnPtr<TransformationMatrix> member. To tidy up these classes and references, it is prefered to have create methods on TransformationMatrix, rather than having adoptPtr(new TransformationMatrix...) That is, adoptPtr(new TransformationMatrix) -> TransformationMatrix::create BUG= Committed: https://crrev.com/a0e5d2909f6d158a4538b017fa51587ada5b41b1 Cr-Commit-Position: refs/heads/master@{#374285}

Patch Set 1 #

Patch Set 2 : Change adoptPtr -> create for missed class #

Total comments: 2

Patch Set 3 : Remove TransfromationMatrix::create(const AffineTransform&) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -11 lines) Patch
M third_party/WebKit/Source/core/css/CSSMatrix.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrix.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutGeometryMap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/TransformState.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/transforms/TransformationMatrix.h View 1 2 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (9 generated)
tridgell
4 years, 10 months ago (2016-02-07 23:25:02 UTC) #2
Eric Willigers
Define private: void* operator new(size_t count) { return ::operator new(count); } Then the following succeed: ...
4 years, 10 months ago (2016-02-08 03:22:45 UTC) #3
tridgell
On 2016/02/08 at 03:22:45, ericwilligers wrote: > Define > > private: > void* operator new(size_t ...
4 years, 10 months ago (2016-02-08 03:35:25 UTC) #4
Eric Willigers
lgtm
4 years, 10 months ago (2016-02-08 03:40:27 UTC) #6
tridgell
4 years, 10 months ago (2016-02-08 04:18:50 UTC) #8
alancutter (OOO until 2018)
https://codereview.chromium.org/1673093003/diff/20001/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h File third_party/WebKit/Source/platform/transforms/TransformationMatrix.h (right): https://codereview.chromium.org/1673093003/diff/20001/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h#newcode86 third_party/WebKit/Source/platform/transforms/TransformationMatrix.h:86: } Are all these needed? Can we omit any ...
4 years, 10 months ago (2016-02-08 04:29:53 UTC) #9
Noel Gordon
LGTM with nits addressed.
4 years, 10 months ago (2016-02-08 04:33:08 UTC) #10
tridgell
https://codereview.chromium.org/1673093003/diff/20001/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h File third_party/WebKit/Source/platform/transforms/TransformationMatrix.h (right): https://codereview.chromium.org/1673093003/diff/20001/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h#newcode86 third_party/WebKit/Source/platform/transforms/TransformationMatrix.h:86: } On 2016/02/08 at 04:29:52, alancutter wrote: > Are ...
4 years, 10 months ago (2016-02-08 05:30:54 UTC) #11
alancutter (OOO until 2018)
lgtm
4 years, 10 months ago (2016-02-09 00:02:12 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673093003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673093003/40001
4 years, 10 months ago (2016-02-09 00:24:11 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/143976)
4 years, 10 months ago (2016-02-09 00:52:13 UTC) #17
tridgell
4 years, 10 months ago (2016-02-09 01:20:57 UTC) #19
alancutter (OOO until 2018)
On 2016/02/09 at 00:52:13, commit-bot wrote: > Try jobs failed on following builders: > chromium_presubmit ...
4 years, 10 months ago (2016-02-09 01:47:43 UTC) #20
Timothy Loh
On 2016/02/09 01:47:43, alancutter wrote: > On 2016/02/09 at 00:52:13, commit-bot wrote: > > Try ...
4 years, 10 months ago (2016-02-09 02:09:13 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673093003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673093003/40001
4 years, 10 months ago (2016-02-09 02:55:19 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-09 03:09:50 UTC) #24
commit-bot: I haz the power
4 years, 10 months ago (2016-02-09 03:12:00 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a0e5d2909f6d158a4538b017fa51587ada5b41b1
Cr-Commit-Position: refs/heads/master@{#374285}

Powered by Google App Engine
This is Rietveld 408576698