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

Issue 1272293004: Move SkTemplates.h to private. (Closed)

Created:
5 years, 4 months ago by bungeman-skia
Modified:
5 years, 4 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 SkTemplates.h to private. SkTemplates.h contains a number of Skia specific utilities which are not designed for external use. In addition to reducing the external support burden, this will allow Skia to freely refactor this file. Committed: https://skia.googlesource.com/skia/+/f3c15b7cfc4eed2528f7db87ea6c1444b55ee856

Patch Set 1 #

Patch Set 2 : Mac to work. #

Total comments: 1

Patch Set 3 : Additional change for working around Chromium. #

Total comments: 2

Patch Set 4 : Chromium has targets which indirectly depend, but don't have includes. #

Patch Set 5 : Rebase, update for Chrome and Android changes. #

Patch Set 6 : It's a struct! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -613 lines) Patch
M gyp/core.gypi View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M gyp/sfnt.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M gyp/tools.gyp View 1 1 chunk +10 lines, -0 lines 0 comments Download
M include/codec/SkCodec.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M include/codec/SkScanlineDecoder.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M include/core/SkImageFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkPostConfig.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkRefCnt.h View 2 chunks +1 line, -3 lines 0 comments Download
M include/core/SkTArray.h View 1 chunk +3 lines, -2 lines 0 comments Download
M include/core/SkTLazy.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D include/core/SkTemplates.h View 1 2 3 4 1 chunk +0 lines, -557 lines 0 comments Download
M include/core/SkWriter32.h View 2 chunks +1 line, -1 line 0 comments Download
M include/gpu/GrResourceKey.h View 1 chunk +1 line, -1 line 0 comments Download
M include/ports/SkRemotableFontMgr.h View 1 chunk +1 line, -1 line 0 comments Download
A + include/private/SkTemplates.h View 4 0 chunks +-1 lines, --1 lines 0 comments Download
M include/utils/win/SkAutoCoInitialize.h View 2 chunks +1 line, -5 lines 0 comments Download
M include/utils/win/SkTScopedComPtr.h View 2 chunks +0 lines, -2 lines 0 comments Download
M include/xml/SkDOM.h View 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkDrawShader.cpp View 2 chunks +4 lines, -8 lines 0 comments Download
M src/codec/SkJpegDecoderMgr.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkBBoxHierarchy.h View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M src/core/SkBigPicture.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkBitmapController.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkBitmapProcShader.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkBitmapProcShader.cpp View 1 2 3 4 1 chunk +6 lines, -5 lines 0 comments Download
M src/core/SkBitmapProcState.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkPictureRecord.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/core/SkTLList.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrDefaultPathRenderer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrStrokeInfo.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/GrTRecorder.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/image/SkImage_Base.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/pdf/SkPDFGraphicState.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/sfnt/SkOTTableTypes.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/utils/win/SkDWrite.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/skdiff_main.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M tools/skdiff_utils.cpp View 2 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 23 (10 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/1272293004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1272293004/1
5 years, 4 months ago (2015-08-06 17:15:54 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Mac10.8-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac10.8-Clang-x86_64-Release-Trybot/builds/4884)
5 years, 4 months ago (2015-08-06 17:18:36 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1272293004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1272293004/20001
5 years, 4 months ago (2015-08-06 20:04:51 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-06 20:12:16 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1272293004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1272293004/80001
5 years, 4 months ago (2015-08-19 18:18:14 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/2816)
5 years, 4 months ago (2015-08-19 18:20:06 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1272293004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1272293004/100001
5 years, 4 months ago (2015-08-19 18:23:43 UTC) #14
bungeman-skia
This should now play nice with Chromium and Android. https://codereview.chromium.org/1272293004/diff/20001/gyp/tools.gyp File gyp/tools.gyp (right): https://codereview.chromium.org/1272293004/diff/20001/gyp/tools.gyp#newcode166 gyp/tools.gyp:166: ...
5 years, 4 months ago (2015-08-19 18:29:55 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-19 18:30:16 UTC) #18
reed1
lgtm
5 years, 4 months ago (2015-08-19 18:44:55 UTC) #19
mtklein
lgtm
5 years, 4 months ago (2015-08-19 18:55:42 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1272293004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1272293004/100001
5 years, 4 months ago (2015-08-19 18:56:10 UTC) #22
commit-bot: I haz the power
5 years, 4 months ago (2015-08-19 18:56:52 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/f3c15b7cfc4eed2528f7db87ea6c1444b55ee856

Powered by Google App Engine
This is Rietveld 408576698