| Index: src/pipe/SkGPipeRead.cpp
|
| diff --git a/src/pipe/SkGPipeRead.cpp b/src/pipe/SkGPipeRead.cpp
|
| index 35de638e05347ff2666bd525620598a4b81f2872..e48baf38122e92b0224720a108cd5486a0fd4781 100644
|
| --- a/src/pipe/SkGPipeRead.cpp
|
| +++ b/src/pipe/SkGPipeRead.cpp
|
| @@ -670,6 +670,10 @@ static void drawPicture_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32,
|
| UNIMPLEMENTED
|
| }
|
|
|
| +static void drawTextBlob_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32,
|
| + SkGPipeState* state) {
|
| + UNIMPLEMENTED
|
| +}
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| static void paintOp_rp(SkCanvas*, SkReader32* reader, uint32_t op32,
|
| @@ -814,6 +818,7 @@ static const ReadProc gReadTable[] = {
|
| drawRRect_rp,
|
| drawSprite_rp,
|
| drawText_rp,
|
| + drawTextBlob_rp,
|
| drawTextOnPath_rp,
|
| drawVertices_rp,
|
| restore_rp,
|
|
|