Finish overriding onMakeColorSpace() for SkImageFilters
authorMatt Sarett <msarett@google.com>
Mon, 17 Apr 2017 15:57:29 +0000 (11:57 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 17 Apr 2017 17:17:32 +0000 (17:17 +0000)
commit62745a8bba20d7ca91167915eb459339bcfb8862
tree1765b63e0e3b8a73e154f4d866a5284ca475b314
parent1c9c13a4c1b8d52afc8974e58f60e9f4f27f1965
Finish overriding onMakeColorSpace() for SkImageFilters

Fixes 3 gms in gbr-8888.  Breaks 0 gms in gbr-8888.

Bug: skia:
Change-Id: I3365390b16353821ef6057a7bb68020887e36f72
Reviewed-on: https://skia-review.googlesource.com/13323
Commit-Queue: Matt Sarett <msarett@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
gm/imagefiltersbase.cpp
include/core/SkImageFilter.h
src/core/SkLocalMatrixImageFilter.cpp
src/core/SkLocalMatrixImageFilter.h
src/core/SkMatrixImageFilter.cpp
src/core/SkMatrixImageFilter.h
src/effects/SkLightingImageFilter.cpp
tests/ImageFilterTest.cpp
tests/PDFPrimitivesTest.cpp