aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pipe/SkGPipePriv.h
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2014-08-26 07:56:44 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-26 07:56:44 -0700
commitb7425173f96e93b090787e2386ba5f022b6c2869 (patch)
treeb73511cfeb4373c7a46a2507ada4274ca4b099e8 /src/pipe/SkGPipePriv.h
parent3d2e50d1aa56d7f65a4c52fa03af4413fa4c616a (diff)
SkTextBlob plumbing
Add SkTextBlob serialization + drawTextBlob() overrides. R=mtklein@google.com, reed@google.com, robertphillips@google.com BUG=269080 Author: fmalita@chromium.org Review URL: https://codereview.chromium.org/499413002
Diffstat (limited to 'src/pipe/SkGPipePriv.h')
-rw-r--r--src/pipe/SkGPipePriv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pipe/SkGPipePriv.h b/src/pipe/SkGPipePriv.h
index 821da0ff25..121512d42a 100644
--- a/src/pipe/SkGPipePriv.h
+++ b/src/pipe/SkGPipePriv.h
@@ -58,6 +58,7 @@ enum DrawOps {
kDrawRRect_DrawOp,
kDrawSprite_DrawOp,
kDrawText_DrawOp,
+ kDrawTextBlob_DrawOp,
kDrawTextOnPath_DrawOp,
kDrawVertices_DrawOp,
kRestore_DrawOp,