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

Issue 287063009: Revert of remove unused (by clients) SkUnitMapper (Closed)

Created:
6 years, 7 months ago by reed1
Modified:
6 years, 7 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) Reason for revert: does not address all legacy callsites in chrome. e.g. [13:45:32.091872] ../../ui/native_theme/native_theme_base.cc:608:76: error: no matching function for call to ‘SkGradientShader::CreateLinear(SkPoint [3], SkColor [3], NULL, int, SkShader::TileMode, NULL)’ [13:45:32.091919] gradient_bounds, colors, NULL, 3, SkShader::kClamp_TileMode, NULL)); Original issue's description: > remove unused (by clients) SkUnitMapper > > BUG=skia: > > Committed: http://code.google.com/p/skia/source/detail?r=14761 TBR=robertphillips@google.com,scroggo@google.com,george@mozilla.com NOTREECHECKS=true NOTRY=true BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14763

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+780 lines, -376 lines) Patch
M bench/GradientBench.cpp View 8 chunks +29 lines, -18 lines 0 comments Download
M expectations/gm/ignored-tests.txt View 1 chunk +0 lines, -13 lines 0 comments Download
M experimental/SkiaExamples/HelloSkiaExample.cpp View 2 chunks +5 lines, -1 line 0 comments Download
M experimental/webtry/templates/template.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M gm/alphagradients.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M gm/colortype.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/convexpolyclip.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/drawbitmaprect.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/gradientDirtyLaundry.cpp View 2 chunks +14 lines, -9 lines 0 comments Download
M gm/gradient_matrix.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M gm/gradients.cpp View 7 chunks +24 lines, -17 lines 0 comments Download
M gm/gradients_2pt_conical.cpp View 20 chunks +65 lines, -37 lines 0 comments Download
M gm/gradients_no_texture.cpp View 4 chunks +31 lines, -24 lines 0 comments Download
M gm/shaderbounds.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/shadertext.cpp View 5 chunks +35 lines, -21 lines 0 comments Download
M gm/shadertext2.cpp View 2 chunks +8 lines, -1 line 0 comments Download
M gm/shadertext3.cpp View 2 chunks +8 lines, -2 lines 0 comments Download
M gm/tilemodes.cpp View 2 chunks +9 lines, -1 line 0 comments Download
M gm/tilemodes_scaled.cpp View 2 chunks +9 lines, -1 line 0 comments Download
M gyp/SampleApp.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M gyp/public_headers.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/skia_for_chromium_defines.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M gyp/utils.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M include/core/SkFlattenable.h View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkPicture.h View 1 chunk +1 line, -2 lines 0 comments Download
M include/core/SkReadBuffer.h View 2 chunks +2 lines, -5 lines 0 comments Download
M include/core/SkShader.h View 1 chunk +0 lines, -4 lines 0 comments Download
A include/core/SkUnitMapper.h View 1 chunk +37 lines, -0 lines 0 comments Download
M include/effects/SkGradientShader.h View 6 chunks +34 lines, -99 lines 0 comments Download
M samplecode/SampleAll.cpp View 3 chunks +7 lines, -2 lines 0 comments Download
M samplecode/SampleGradients.cpp View 4 chunks +21 lines, -14 lines 0 comments Download
M samplecode/SampleLayers.cpp View 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SamplePatch.cpp View 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleShaderText.cpp View 5 chunks +35 lines, -21 lines 0 comments Download
M samplecode/SampleSlides.cpp View 4 chunks +26 lines, -19 lines 0 comments Download
M samplecode/SampleTiling.cpp View 2 chunks +9 lines, -1 line 0 comments Download
A samplecode/SampleUnitMapper.cpp View 1 chunk +172 lines, -0 lines 0 comments Download
M samplecode/SampleVertices.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkDrawGradient.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/animator/SkDrawGradient.cpp View 5 chunks +49 lines, -3 lines 0 comments Download
M src/core/SkReadBuffer.cpp View 1 chunk +0 lines, -22 lines 0 comments Download
M src/core/SkValidatingReadBuffer.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkValidatingReadBuffer.cpp View 1 chunk +0 lines, -12 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 20 chunks +62 lines, -13 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 3 chunks +3 lines, -0 lines 0 comments Download
A src/utils/SkUnitMappers.cpp View 1 chunk +61 lines, -0 lines 0 comments Download
M tests/DeferredCanvasTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
reed1
Created Revert of remove unused (by clients) SkUnitMapper
6 years, 7 months ago (2014-05-16 13:48:37 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/287063009/1
6 years, 7 months ago (2014-05-16 13:48:43 UTC) #2
commit-bot: I haz the power
6 years, 7 months ago (2014-05-16 13:49:37 UTC) #3
Message was sent while issue was closed.
Change committed as 14763

Powered by Google App Engine
This is Rietveld 408576698