Revert "clean up (partially) colortable api"
authorMike Klein <mtklein@chromium.org>
Fri, 31 Mar 2017 16:45:04 +0000 (16:45 +0000)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 31 Mar 2017 16:45:09 +0000 (16:45 +0000)
commit1d1165ca6575e082b892c5460492c411618783ad
treed0c8be9303b4033e2eac559a104a9c1129430dbd
parent43e5fd3e2095aa47630ff3a8b6da4139968d0492
Revert "clean up (partially) colortable api"

This reverts commit 2e491a6a113c5e16a3b7bede5fa6f588deeb928d.

Reason for revert: Windows unit tests failing?

Original change's description:
> clean up (partially) colortable api
>
> Needs this to land: https://codereview.chromium.org/2789853002/
>
> Bug: skia:
> Change-Id: I38d916a546b7fa64d000d973e695ddda24a589e7
> Reviewed-on: https://skia-review.googlesource.com/10600
> Commit-Queue: Mike Reed <reed@google.com>
> Reviewed-by: Matt Sarett <msarett@google.com>
>

TBR=msarett@google.com,scroggo@google.com,reed@google.com,reviews@skia.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Change-Id: I626e7edfcea82576a440dcaa851a04cedee6233f
Reviewed-on: https://skia-review.googlesource.com/10966
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
37 files changed:
bench/BitmapBench.cpp
bench/RepeatTileBench.cpp
dm/DMSrcSink.cpp
fuzz/fuzz.cpp
gm/all_bitmap_configs.cpp
gm/bitmapfilters.cpp
gm/encode-srgb.cpp
gm/image_pict.cpp
gm/tinybitmap.cpp
gn/android_framework_defines.gni
include/core/SkBitmap.h
include/core/SkColorTable.h
include/core/SkMallocPixelRef.h
public.bzl
samplecode/SampleBlur.cpp
samplecode/SampleDitherBitmap.cpp
samplecode/SampleFilter.cpp
samplecode/SampleTinyBitmap.cpp
src/core/SkBitmap.cpp
src/core/SkBitmapDevice.cpp
src/core/SkColorTable.cpp
src/core/SkImageCacherator.cpp
src/core/SkMallocPixelRef.cpp
src/core/SkSpecialSurface.cpp
src/effects/gradients/SkGradientShader.cpp
src/effects/gradients/SkGradientShaderPriv.h
src/image/SkSurface_Raster.cpp
tests/BitmapCopyTest.cpp
tests/BitmapTest.cpp
tests/CodecPriv.h
tests/CodecTest.cpp
tests/GifTest.cpp
tests/ImageTest.cpp
tests/MallocPixelRefTest.cpp
tests/PixelRefTest.cpp
tests/WritePixelsTest.cpp
tools/Resources.cpp