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

Issue 2041113004: sk_sp for gpu. (Closed)

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

Description

sk_sp for Ganesh. Convert use of GrFragmentProcessor, GrGeometryProcessor, and GrXPFactory to sk_sp. This clarifies ownership and should reduce reference count churn by moving ownership. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2041113004 Committed: https://skia.googlesource.com/skia/+/06ca8ec87cf6fab57cadd043a5ac18c4154a4129

Patch Set 1 #

Patch Set 2 : Make it run. #

Total comments: 11

Patch Set 3 : Rabase, whitespace, more make, less interface. #

Patch Set 4 : Centralize ugly cast. #

Total comments: 1

Patch Set 5 : Add reserve, forward declare, fix spacing. #

Patch Set 6 : Reserve correctly. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1654 lines, -1630 lines) Patch
M experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.h View 1 chunk +1 line, -1 line 0 comments Download
M experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.cpp View 1 2 7 chunks +33 lines, -30 lines 0 comments Download
M gm/beziereffects.cpp View 1 10 chunks +22 lines, -23 lines 0 comments Download
M gm/bigrrectaaeffect.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M gm/constcolorprocessor.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M gm/convexpolyeffect.cpp View 4 chunks +9 lines, -11 lines 0 comments Download
M gm/dcshader.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M gm/rrects.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
M gm/texturedomaineffect.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M gm/yuvtorgbeffect.cpp View 1 chunk +8 lines, -9 lines 0 comments Download
M include/core/SkColorFilter.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M include/core/SkRefCnt.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/core/SkShader.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M include/core/SkXfermode.h View 1 chunk +3 lines, -3 lines 0 comments Download
M include/effects/SkColorCubeFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkLumaColorFilter.h View 2 chunks +2 lines, -1 line 0 comments Download
M include/effects/SkPerlinNoiseShader.h View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrClip.h View 2 chunks +6 lines, -6 lines 0 comments Download
M include/gpu/GrContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/gpu/GrFragmentProcessor.h View 1 4 chunks +18 lines, -11 lines 0 comments Download
M include/gpu/GrPaint.h View 1 7 chunks +23 lines, -43 lines 0 comments Download
M include/gpu/GrProcessorUnitTest.h View 5 chunks +15 lines, -15 lines 0 comments Download
M include/gpu/GrTypesPriv.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M include/gpu/effects/GrConstColorProcessor.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/gpu/effects/GrCoverageSetOpXP.h View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/effects/GrCustomXfermode.h View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/effects/GrPorterDuffXferProcessor.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/effects/GrXfermodeFragmentProcessor.h View 1 chunk +7 lines, -7 lines 0 comments Download
M include/private/SkTArray.h View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M src/core/SkBitmapProcShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmapProcShader.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M src/core/SkColorFilter.cpp View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M src/core/SkColorFilterShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkColorFilterShader.cpp View 1 chunk +8 lines, -10 lines 0 comments Download
M src/core/SkColorMatrixFilterRowMajor255.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkColorMatrixFilterRowMajor255.cpp View 3 chunks +10 lines, -9 lines 0 comments Download
M src/core/SkColorShader.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkColorShader.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/core/SkComposeShader.h View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M src/core/SkComposeShader.cpp View 3 chunks +11 lines, -10 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkLightingShader.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M src/core/SkLocalMatrixShader.h View 1 2 3 4 2 chunks +4 lines, -8 lines 0 comments Download
M src/core/SkLocalMatrixShader.cpp View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M src/core/SkModeColorFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkModeColorFilter.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M src/core/SkPictureShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPictureShader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkShader.cpp View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M src/core/SkXfermode.cpp View 1 2 3 chunks +16 lines, -13 lines 0 comments Download
M src/core/SkXfermode_proccoeff.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/effects/GrAlphaThresholdFragmentProcessor.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M src/effects/GrCircleBlurFragmentProcessor.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/effects/GrCircleBlurFragmentProcessor.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/SkArithmeticMode.cpp View 2 chunks +17 lines, -17 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.h View 3 chunks +7 lines, -6 lines 0 comments Download
M src/effects/SkArithmeticMode_gpu.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 11 chunks +21 lines, -22 lines 0 comments Download
M src/effects/SkColorCubeFilter.cpp View 3 chunks +5 lines, -4 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 4 chunks +15 lines, -15 lines 0 comments Download
M src/effects/SkGpuBlurUtils.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 12 chunks +46 lines, -41 lines 0 comments Download
M src/effects/SkLumaColorFilter.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 5 chunks +16 lines, -16 lines 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 4 chunks +16 lines, -18 lines 0 comments Download
M src/effects/SkPerlinNoiseShader.cpp View 5 chunks +23 lines, -22 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 6 chunks +9 lines, -9 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 3 chunks +13 lines, -12 lines 0 comments Download
M src/effects/gradients/SkLinearGradient.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkLinearGradient.cpp View 6 chunks +11 lines, -11 lines 0 comments Download
M src/effects/gradients/SkRadialGradient.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkRadialGradient.cpp View 5 chunks +10 lines, -11 lines 0 comments Download
M src/effects/gradients/SkSweepGradient.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkSweepGradient.cpp View 5 chunks +8 lines, -9 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.h View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp View 18 chunks +53 lines, -49 lines 0 comments Download
M src/gpu/GrBlurUtils.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 9 chunks +21 lines, -36 lines 0 comments Download
M src/gpu/GrContext.cpp View 9 chunks +18 lines, -17 lines 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.h View 1 chunk +8 lines, -8 lines 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.cpp View 6 chunks +32 lines, -30 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 chunks +9 lines, -9 lines 0 comments Download
M src/gpu/GrFragmentProcessor.cpp View 1 2 3 4 7 chunks +44 lines, -50 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 3 chunks +10 lines, -7 lines 0 comments Download
M src/gpu/GrPaint.cpp View 1 2 3 1 chunk +8 lines, -10 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 1 2 6 chunks +19 lines, -24 lines 0 comments Download
M src/gpu/GrPipelineBuilder.cpp View 1 2 3 chunks +3 lines, -14 lines 0 comments Download
M src/gpu/GrProcessorUnitTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/GrTextureParamsAdjuster.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrTextureParamsAdjuster.cpp View 4 chunks +12 lines, -12 lines 0 comments Download
M src/gpu/GrTextureToYUVPlanes.cpp View 3 chunks +12 lines, -12 lines 0 comments Download
M src/gpu/GrYUVProvider.cpp View 2 chunks +7 lines, -8 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 5 chunks +17 lines, -22 lines 0 comments Download
M src/gpu/SkGpuDevice_drawTexture.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/SkGr.cpp View 9 chunks +40 lines, -48 lines 0 comments Download
M src/gpu/SkGrPriv.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/batches/GrAAConvexPathRenderer.cpp View 1 2 8 chunks +17 lines, -17 lines 0 comments Download
M src/gpu/batches/GrAADistanceFieldPathRenderer.cpp View 1 2 3 chunks +10 lines, -11 lines 0 comments Download
M src/gpu/batches/GrAAFillRectBatch.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/batches/GrAAHairLinePathRenderer.cpp View 1 2 5 chunks +23 lines, -23 lines 0 comments Download
M src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp View 1 2 5 chunks +9 lines, -8 lines 0 comments Download
M src/gpu/batches/GrAAStrokeRectBatch.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/batches/GrAtlasTextBatch.h View 2 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/batches/GrAtlasTextBatch.cpp View 1 4 chunks +33 lines, -33 lines 0 comments Download
M src/gpu/batches/GrDefaultPathRenderer.cpp View 1 2 4 chunks +4 lines, -5 lines 0 comments Download
M src/gpu/batches/GrDrawAtlasBatch.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/batches/GrDrawVerticesBatch.cpp View 4 chunks +6 lines, -7 lines 0 comments Download
M src/gpu/batches/GrMSAAPathRenderer.cpp View 1 2 17 chunks +37 lines, -37 lines 0 comments Download
M src/gpu/batches/GrNinePatch.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/batches/GrNonAAFillRectBatch.cpp View 1 2 4 chunks +18 lines, -18 lines 0 comments Download
M src/gpu/batches/GrNonAAStrokeRectBatch.cpp View 3 chunks +3 lines, -4 lines 0 comments Download
M src/gpu/batches/GrStencilAndCoverPathRenderer.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/batches/GrTInstanceBatch.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/gpu/batches/GrTessellatingPathRenderer.cpp View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.h View 3 chunks +44 lines, -35 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 3 chunks +16 lines, -16 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.h View 1 chunk +19 lines, -16 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 6 chunks +17 lines, -16 lines 0 comments Download
M src/gpu/effects/GrConstColorProcessor.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/effects/GrConvexPolyEffect.cpp View 6 chunks +17 lines, -16 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.h View 1 chunk +16 lines, -14 lines 0 comments Download
M src/gpu/effects/GrConvolutionEffect.cpp View 2 chunks +7 lines, -7 lines 0 comments Download
M src/gpu/effects/GrCoverageSetOpXP.cpp View 2 chunks +15 lines, -15 lines 0 comments Download
M src/gpu/effects/GrCustomXfermode.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 11 chunks +45 lines, -43 lines 0 comments Download
M src/gpu/effects/GrDisableColorXP.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrDisableColorXP.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldGeoProc.h View 3 chunks +24 lines, -21 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldGeoProc.cpp View 6 chunks +21 lines, -21 lines 0 comments Download
M src/gpu/effects/GrDitherEffect.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrDitherEffect.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/effects/GrGammaEffect.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/effects/GrGammaEffect.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.h View 1 chunk +22 lines, -21 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.cpp View 3 chunks +24 lines, -23 lines 0 comments Download
M src/gpu/effects/GrOvalEffect.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrOvalEffect.cpp View 10 chunks +19 lines, -18 lines 0 comments Download
M src/gpu/effects/GrPorterDuffXferProcessor.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/effects/GrRRectEffect.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrRRectEffect.cpp View 10 chunks +26 lines, -25 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.h View 1 chunk +16 lines, -14 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.cpp View 3 chunks +11 lines, -10 lines 0 comments Download
M src/gpu/effects/GrXfermodeFragmentProcessor.cpp View 6 chunks +34 lines, -30 lines 0 comments Download
M src/gpu/effects/GrYUVEffect.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M src/gpu/effects/GrYUVEffect.cpp View 4 chunks +30 lines, -25 lines 0 comments Download
M src/image/SkImageShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/image/SkImageShader.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/GLProgramsTest.cpp View 8 chunks +32 lines, -35 lines 0 comments Download
M tests/GpuColorFilterTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/GrPorterDuffTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/TessellatingPathRendererTests.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tools/debugger/SkOverdrawMode.cpp View 6 chunks +14 lines, -15 lines 0 comments Download

Messages

Total messages: 34 (16 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/2041113004/1
4 years, 6 months ago (2016-06-07 22:26:02 UTC) #3
bungeman-skia
At Patch Set 1 this is sure to still have issues and not be landable ...
4 years, 6 months ago (2016-06-07 22:27:09 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/4022)
4 years, 6 months ago (2016-06-07 22:33:47 UTC) #7
reed1
lgtm
4 years, 6 months ago (2016-06-08 10:29:43 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2041113004/20001
4 years, 6 months ago (2016-06-08 16:03:51 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-08 16:30:02 UTC) #14
bungeman-skia
https://codereview.chromium.org/2041113004/diff/20001/src/gpu/GrFragmentProcessor.cpp File src/gpu/GrFragmentProcessor.cpp (right): https://codereview.chromium.org/2041113004/diff/20001/src/gpu/GrFragmentProcessor.cpp#newcode337 src/gpu/GrFragmentProcessor.cpp:337: reinterpret_cast<const sk_sp<GrFragmentProcessor>*>(fChildProcessors.begin()), This is the ugliest cast. https://codereview.chromium.org/2041113004/diff/20001/src/gpu/GrFragmentProcessor.cpp#newcode357 src/gpu/GrFragmentProcessor.cpp:357: ...
4 years, 6 months ago (2016-06-08 17:05:20 UTC) #15
bungeman-skia
https://codereview.chromium.org/2041113004/diff/20001/include/core/SkColorFilter.h File include/core/SkColorFilter.h (right): https://codereview.chromium.org/2041113004/diff/20001/include/core/SkColorFilter.h#newcode155 include/core/SkColorFilter.h:155: virtual sk_sp<GrFragmentProcessor> asFragmentProcessor(GrContext*) const; The issue here is that ...
4 years, 6 months ago (2016-06-08 18:22:17 UTC) #16
bsalomon
https://codereview.chromium.org/2041113004/diff/20001/include/core/SkColorFilter.h File include/core/SkColorFilter.h (right): https://codereview.chromium.org/2041113004/diff/20001/include/core/SkColorFilter.h#newcode155 include/core/SkColorFilter.h:155: virtual sk_sp<GrFragmentProcessor> asFragmentProcessor(GrContext*) const; On 2016/06/08 18:22:16, bungeman-skia wrote: ...
4 years, 6 months ago (2016-06-08 19:50:50 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2041113004/60001
4 years, 6 months ago (2016-06-08 20:50:38 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-08 21:23:17 UTC) #22
bungeman-skia
https://codereview.chromium.org/2041113004/diff/60001/src/core/SkLocalMatrixShader.h File src/core/SkLocalMatrixShader.h (right): https://codereview.chromium.org/2041113004/diff/60001/src/core/SkLocalMatrixShader.h#newcode16 src/core/SkLocalMatrixShader.h:16: #include "GrFragmentProcessor.h" Should be a forward declaration.
4 years, 6 months ago (2016-06-08 21:55:39 UTC) #23
bungeman-skia
I think that at Patch Set 5 this should be working. Please take a look.
4 years, 6 months ago (2016-06-08 22:00:56 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2041113004/100001
4 years, 6 months ago (2016-06-09 03:07:15 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-09 03:21:07 UTC) #28
bsalomon
lgtm
4 years, 6 months ago (2016-06-09 13:42:14 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2041113004/100001
4 years, 6 months ago (2016-06-09 14:59:04 UTC) #32
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 15:01:08 UTC) #34
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/06ca8ec87cf6fab57cadd043a5ac18c4154a4129

Powered by Google App Engine
This is Rietveld 408576698