Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of...
authorkkinnunen <kkinnunen@nvidia.com>
Thu, 5 Mar 2015 14:33:54 +0000 (06:33 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 Mar 2015 14:33:54 +0000 (06:33 -0800)
commita9baa652bb329b5a286e1638938f63433701efca
tree87c72a3ef72d9e5ba9024f44b9a788c0db3b23ca
parentfa77eb1e51b9317ff993d1be504ada173b561e5f
Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of https://codereview.chromium.org/960783003/)

Reason for revert:
Fails on mac for some reason.
Also is a bit wrong, but this should not be reason for the failure..

Original issue's description:
> Add image as a draw type that can be filtered
>
> Add image as a draw type that can be filtered.
>
> This is needed when SkImage is added as an object to be drawn so that
> the draw is forwarded to SkBaseDevice. This would be used in making
> filters use SkImages.
>
> BUG=skia:3388
>
> Committed: https://skia.googlesource.com/skia/+/fa77eb1e51b9317ff993d1be504ada173b561e5f

TBR=reed@google.com,bsalomon@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:3388

Review URL: https://codereview.chromium.org/980273002
include/core/SkDrawFilter.h
src/core/SkCanvas.cpp
tests/SkImageTest.cpp
tools/bench_pictures_main.cpp