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

Issue 1702073002: Move SkTArray to include/private. (Closed)

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

Description

Move SkTArray to include/private. TBR=reed Agreed moving to private is good. Committed: https://skia.googlesource.com/skia/+/bf521ff9415b3bdb1acde7b8d18139df176236e5

Patch Set 1 #

Total comments: 8

Patch Set 2 : Don't change include paths in 'src'. #

Patch Set 3 : Fix kilobench. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -669 lines) Patch
M bench/ResultsWriter.h View 1 chunk +0 lines, -1 line 0 comments Download
M gyp/core.gypi View 2 chunks +1 line, -1 line 0 comments Download
M gyp/flags.gyp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/kilobench.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkImageFilter.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M include/core/SkString.h View 1 chunk +1 line, -1 line 0 comments Download
D include/core/SkTArray.h View 1 chunk +0 lines, -515 lines 0 comments Download
M include/core/SkTextBlob.h View 1 chunk +1 line, -2 lines 0 comments Download
M include/gpu/GrProcessorUnitTest.h View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrProgramElement.h View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrTypesPriv.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/gpu/gl/GrGLExtensions.h View 1 chunk +1 line, -1 line 0 comments Download
M include/pathops/SkPathOps.h View 1 chunk +1 line, -1 line 0 comments Download
M include/ports/SkFontConfigInterface.h View 2 chunks +0 lines, -6 lines 0 comments Download
M include/ports/SkFontMgr_indirect.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + include/private/SkTArray.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M include/utils/SkRTConf.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ports/SkFontConfigInterface_direct.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ports/SkFontConfigInterface_direct.cpp View 1 chunk +0 lines, -128 lines 0 comments Download
M tools/ThermalManager.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/flags/SkCommandLineFlags.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/flags/SkCommonFlags.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (17 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/1702073002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702073002/1
4 years, 10 months ago (2016-02-16 17:49:06 UTC) #4
bungeman-skia
https://codereview.chromium.org/1702073002/diff/1/bench/ResultsWriter.h File bench/ResultsWriter.h (left): https://codereview.chromium.org/1702073002/diff/1/bench/ResultsWriter.h#oldcode18 bench/ResultsWriter.h:18: #include "SkTArray.h" Never used. https://codereview.chromium.org/1702073002/diff/1/include/core/SkTextBlob.h File include/core/SkTextBlob.h (left): https://codereview.chromium.org/1702073002/diff/1/include/core/SkTextBlob.h#oldcode14 ...
4 years, 10 months ago (2016-02-16 17:54:59 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-16 18:31:38 UTC) #8
bungeman-skia
https://codereview.chromium.org/1702073002/diff/1/src/gpu/GrContextFactory.h File src/gpu/GrContextFactory.h (right): https://codereview.chromium.org/1702073002/diff/1/src/gpu/GrContextFactory.h#newcode15 src/gpu/GrContextFactory.h:15: #include "../private/SkTArray.h" This one is probably the most iffy. ...
4 years, 10 months ago (2016-02-16 19:08:43 UTC) #9
mtklein
https://codereview.chromium.org/1702073002/diff/1/src/gpu/GrContextFactory.h File src/gpu/GrContextFactory.h (right): https://codereview.chromium.org/1702073002/diff/1/src/gpu/GrContextFactory.h#newcode15 src/gpu/GrContextFactory.h:15: #include "../private/SkTArray.h" On 2016/02/16 19:08:43, bungeman1 wrote: > This ...
4 years, 10 months ago (2016-02-16 19:16:14 UTC) #10
bungeman-skia
https://codereview.chromium.org/1702073002/diff/1/src/gpu/GrContextFactory.h File src/gpu/GrContextFactory.h (right): https://codereview.chromium.org/1702073002/diff/1/src/gpu/GrContextFactory.h#newcode15 src/gpu/GrContextFactory.h:15: #include "../private/SkTArray.h" On 2016/02/16 19:16:14, mtklein wrote: > On ...
4 years, 10 months ago (2016-02-16 19:19:01 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702073002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702073002/20001
4 years, 10 months ago (2016-02-16 19:19:13 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Mips-Debug-Android-Trybot/builds/5450)
4 years, 10 months ago (2016-02-16 19:21:31 UTC) #17
mtklein
lgtm might want to spin off that delete-font-API stuff from the rest?
4 years, 10 months ago (2016-02-16 19:23:13 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702073002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702073002/40001
4 years, 10 months ago (2016-02-16 20:03:49 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-16 20:28:24 UTC) #24
bungeman-skia
On 2016/02/16 20:28:24, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 10 months ago (2016-02-17 20:43:51 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702073002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702073002/40001
4 years, 10 months ago (2016-02-17 20:48:08 UTC) #29
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 21:13:47 UTC) #31
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/bf521ff9415b3bdb1acde7b8d18139df176236e5

Powered by Google App Engine
This is Rietveld 408576698