| Index: src/core/SkRecordDraw.cpp
|
| diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp
|
| index dcfc0fbf900cfa9a7f3db184043362f8c7e1cba7..0b25e08c771ebb951041702e5cbf4094afa75a95 100644
|
| --- a/src/core/SkRecordDraw.cpp
|
| +++ b/src/core/SkRecordDraw.cpp
|
| @@ -116,7 +116,7 @@ DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.xmode, r.paint));
|
| DRAW(DrawPicture, drawPicture(r.picture.get(), &r.matrix, r.paint));
|
|
|
| #ifdef SK_EXPERIMENTAL_SHADOWING
|
| -DRAW(DrawShadowedPicture, drawShadowedPicture(r.picture.get(), &r.matrix, r.paint));
|
| +DRAW(DrawShadowedPicture, drawShadowedPicture(r.picture.get(), &r.matrix, r.paint, r.sType));
|
| #else
|
| template <> void Draw::draw(const DrawShadowedPicture& r) { }
|
| #endif
|
|
|