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

Issue 1253963004: Move non-trivial constructors out-of-line. (Closed)

Created:
5 years, 4 months ago by mtklein_C
Modified:
5 years, 4 months ago
Reviewers:
bungeman-skia, mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Move non-trivial constructors out-of-line. There is more than one way to skin this SkPathPriv.h cat. These constructors are large enough that they probably shouldn't have been inlined like this anyway. BUG=skia:4126 Committed: https://skia.googlesource.com/skia/+/e88b1fb7a5fc25e6c6c194b7191678c0fdba5415

Patch Set 1 #

Patch Set 2 : duh #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -19 lines) Patch
M gyp/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkRecords.h View 3 chunks +3 lines, -19 lines 2 comments Download
A src/core/SkRecords.cpp View 1 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1253963004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1253963004/1
5 years, 4 months ago (2015-07-29 16:28:21 UTC) #2
mtklein_C
5 years, 4 months ago (2015-07-29 16:28:24 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/2210) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
5 years, 4 months ago (2015-07-29 16:29:07 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1253963004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1253963004/20001
5 years, 4 months ago (2015-07-29 16:29:44 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-07-29 16:37:24 UTC) #10
bungeman-skia
On 2015/07/29 16:37:24, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 4 months ago (2015-07-29 17:53:20 UTC) #11
mtklein
On 2015/07/29 17:53:20, bungeman1 wrote: > On 2015/07/29 16:37:24, commit-bot: I haz the power wrote: ...
5 years, 4 months ago (2015-07-29 17:58:48 UTC) #12
mtklein
On 2015/07/29 17:58:48, mtklein wrote: > On 2015/07/29 17:53:20, bungeman1 wrote: > > On 2015/07/29 ...
5 years, 4 months ago (2015-07-29 19:34:49 UTC) #13
bungeman-skia
lgtm https://codereview.chromium.org/1253963004/diff/20001/src/core/SkRecords.h File src/core/SkRecords.h (left): https://codereview.chromium.org/1253963004/diff/20001/src/core/SkRecords.h#oldcode231 src/core/SkRecords.h:231: explicit PreCachedPath(const SkPath& path) : SkPath(path) { So ...
5 years, 4 months ago (2015-07-29 20:11:49 UTC) #14
mtklein
https://codereview.chromium.org/1253963004/diff/20001/src/core/SkRecords.h File src/core/SkRecords.h (left): https://codereview.chromium.org/1253963004/diff/20001/src/core/SkRecords.h#oldcode231 src/core/SkRecords.h:231: explicit PreCachedPath(const SkPath& path) : SkPath(path) { On 2015/07/29 ...
5 years, 4 months ago (2015-07-29 20:13:08 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1253963004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1253963004/20001
5 years, 4 months ago (2015-07-29 20:13:30 UTC) #17
commit-bot: I haz the power
5 years, 4 months ago (2015-07-29 20:14:09 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/e88b1fb7a5fc25e6c6c194b7191678c0fdba5415

Powered by Google App Engine
This is Rietveld 408576698