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

Issue 290883004: Don't clobber initial transform with SetMatrix. (Closed)

Created:
6 years, 7 months ago by mtklein_C
Modified:
6 years, 7 months ago
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Don't clobber initial transform with SetMatrix. BUG=skia:2378 Committed: http://code.google.com/p/skia/source/detail?r=14778

Patch Set 1 #

Total comments: 4

Patch Set 2 : setConcat #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -27 lines) Patch
M src/record/SkRecordDraw.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/record/SkRecordDraw.cpp View 1 1 chunk +7 lines, -1 line 0 comments Download
M tests/RecordDrawTest.cpp View 2 chunks +30 lines, -0 lines 0 comments Download
M tests/RecordOptsTest.cpp View 1 chunk +1 line, -25 lines 0 comments Download
A tests/RecordTestUtils.h View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mtklein
6 years, 7 months ago (2014-05-19 14:56:33 UTC) #1
reed1
https://codereview.chromium.org/290883004/diff/1/src/record/SkRecordDraw.cpp File src/record/SkRecordDraw.cpp (right): https://codereview.chromium.org/290883004/diff/1/src/record/SkRecordDraw.cpp#newcode45 src/record/SkRecordDraw.cpp:45: ctm.postConcat(fInitialCTM); seems fine. NIT: Is it any more efficient ...
6 years, 7 months ago (2014-05-19 15:04:34 UTC) #2
reed1
I withdraw all misguided questions. lgtm
6 years, 7 months ago (2014-05-19 15:07:29 UTC) #3
mtklein
lgtm https://codereview.chromium.org/290883004/diff/1/src/record/SkRecordDraw.cpp File src/record/SkRecordDraw.cpp (right): https://codereview.chromium.org/290883004/diff/1/src/record/SkRecordDraw.cpp#newcode45 src/record/SkRecordDraw.cpp:45: ctm.postConcat(fInitialCTM); On 2014/05/19 15:04:34, reed1 wrote: > seems ...
6 years, 7 months ago (2014-05-19 15:11:23 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/290883004/20001
6 years, 7 months ago (2014-05-19 15:11:30 UTC) #5
commit-bot: I haz the power
6 years, 7 months ago (2014-05-19 15:15:30 UTC) #6
Message was sent while issue was closed.
Change committed as 14778

Powered by Google App Engine
This is Rietveld 408576698