aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRemote_protocol.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-11-04 08:19:24 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-04 08:19:24 -0800
commit81919d3c67c5cb74e6ff229d185e4508a9b03ef9 (patch)
tree7cc1e29571cdc54dbdbfb7b1eed982251a4bf628 /src/core/SkRemote_protocol.h
parent7f97a76b805b4cc05f83a965063767f0256ea270 (diff)
SkRecord: text blobs
Diffstat (limited to 'src/core/SkRemote_protocol.h')
-rw-r--r--src/core/SkRemote_protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkRemote_protocol.h b/src/core/SkRemote_protocol.h
index 6a37f09e09..19bdc33fdd 100644
--- a/src/core/SkRemote_protocol.h
+++ b/src/core/SkRemote_protocol.h
@@ -19,6 +19,7 @@ namespace SkRemote {
kMisc,
kPath,
kStroke,
+ kTextBlob,
kPathEffect,
kShader,
kXfermode,