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

Issue 11931017: Use explicit constructor-enums for SkMatrix44, either kUninitialized or kIdentity (Closed)

Created:
7 years, 11 months ago by reed1
Modified:
7 years, 11 months ago
Reviewers:
danakj, xji
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Use explicit constructor-enums for SkMatrix44, either kUninitialized or kIdentity for clarity, and to take advantage of the fact that most of the time, we actually want kUninitialized, which is free (doesn't call setIdentity()) and we set the entire matrix right after it comes into scope (e.g. set3x3, setTranslate). The plan is to hide/remove the default constructor in Skia soon. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177163

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -33 lines) Patch
M ui/gfx/transform.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M ui/gfx/transform_util.cc View 1 2 3 chunks +19 lines, -23 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
reed1
7 years, 11 months ago (2013-01-16 15:16:19 UTC) #1
danakj
LGTM
7 years, 11 months ago (2013-01-16 16:50:41 UTC) #2
danakj
Please make the first line of the CL description a single sentence summary so we ...
7 years, 11 months ago (2013-01-16 16:52:02 UTC) #3
reed1
On 2013/01/16 16:52:02, danakj wrote: > Please make the first line of the CL description ...
7 years, 11 months ago (2013-01-16 18:18:23 UTC) #4
danakj
On 2013/01/16 18:18:23, reed1 wrote: > On 2013/01/16 16:52:02, danakj wrote: > > Please make ...
7 years, 11 months ago (2013-01-16 18:26:02 UTC) #5
enne (OOO)
7 years, 11 months ago (2013-01-16 18:31:10 UTC) #6
Message was sent while issue was closed.
More details: http://www.tpope.net/node/106

Powered by Google App Engine
This is Rietveld 408576698