| Index: src/pipe/SkGPipeRead.cpp
|
| diff --git a/src/pipe/SkGPipeRead.cpp b/src/pipe/SkGPipeRead.cpp
|
| index a5f714480ecc50a5799d6f05b51f58c64c5a63b0..6549c69e28c895ded19d3928e93d2e1bbe59e22d 100644
|
| --- a/src/pipe/SkGPipeRead.cpp
|
| +++ b/src/pipe/SkGPipeRead.cpp
|
| @@ -107,7 +107,7 @@ public:
|
|
|
| void defFlattenable(PaintFlats pf, int index) {
|
| index--;
|
| - SkFlattenable* obj = fReader->readFlattenable();
|
| + SkFlattenable* obj = fReader->readFlattenable(kUnknown_SkEffectType);
|
| if (fFlatArray.count() == index) {
|
| *fFlatArray.append() = obj;
|
| } else {
|
|
|