Revert of Initial picture shader implementation (https://codereview.chromium.org...
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 7 Apr 2014 23:45:31 +0000 (23:45 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 7 Apr 2014 23:45:31 +0000 (23:45 +0000)
commit8865d09cf81bd38359421024badde36109bbf41d
tree443682d0f036f27753e4d2626740bed62221567d
parent98f4e5cea30690259ef808ec063380d3ba8740b0
Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/)

Reason for revert:
breaking the buildbots. Subsequent CL only addressed CompareGMs but GenerateGMs are also failing.

Original issue's description:
> Initial picture shader implementation
>
> This CL adds an SkPictureShader class to support SkPicture-based
> patterns.
>
> The implementation renders the picture into an SkBitmap tile and then
> delegates to SkBitmapProcShader for the actual operation.
>
> R=reed@google.com,robertphillips@google.com,bsalomon@google.com
>
> Committed: http://code.google.com/p/skia/source/detail?r=14085

R=bsalomon@google.com, reed@google.com, robertphillips@google.com, fmalita@chromium.org
TBR=bsalomon@google.com, fmalita@chromium.org, reed@google.com, robertphillips@google.com
NOTREECHECKS=true
NOTRY=true

Author: bensong@google.com

Review URL: https://codereview.chromium.org/227553010

git-svn-id: http://skia.googlecode.com/svn/trunk@14087 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/pictureshader.cpp [deleted file]
gyp/core.gypi
gyp/gmslides.gypi
include/core/SkShader.h
src/core/SkPictureShader.cpp [deleted file]
src/core/SkPictureShader.h [deleted file]
src/core/SkShader.cpp