| 294 | } |
| 295 | |
| 296 | TextDocumentHandle ReadTextDocumentV3(DecodeStream* stream) { |
| 297 | return ReadTextDocument(stream, TextDocumentBlockV3); |
| 298 | } |
| 299 | |
| 300 | GradientColorHandle ReadGradientColor(DecodeStream* stream) { |
| 301 | auto value = new GradientColor(); |
no test coverage detected