| Index: gm/filterfastbounds.cpp
|
| diff --git a/gm/filterfastbounds.cpp b/gm/filterfastbounds.cpp
|
| index def7b378336d5395c375462ae9a17d1c3efe11ae..206903f3ebfab3af2e6a96bd57eeb6ad55a8834d 100644
|
| --- a/gm/filterfastbounds.cpp
|
| +++ b/gm/filterfastbounds.cpp
|
| @@ -160,15 +160,6 @@ protected:
|
| static const int kNumVertTiles = 6;
|
| static const int kNumXtraCols = 2;
|
|
|
| - // SkPictureImageFilter doesn't support serialization yet.
|
| - uint32_t onGetFlags() const SK_OVERRIDE {
|
| - return kSkipPicture_Flag |
|
| - kSkipPipe_Flag |
|
| - kSkipPipeCrossProcess_Flag |
|
| - kSkipTiled_Flag |
|
| - kSkipScaledReplay_Flag;
|
| - }
|
| -
|
| SkString onShortName() SK_OVERRIDE{ return SkString("filterfastbounds"); }
|
|
|
| SkISize onISize() SK_OVERRIDE{
|
|
|