Index: site/dev/design/pdftheory.md |
diff --git a/site/dev/design/pdftheory.md b/site/dev/design/pdftheory.md |
index 2a24ea74ffc3bbca966be5aec04264b10e94ed38..6d90f2b5d914bbf01d493a021f96fbc9f8e9b45b 100644 |
--- a/site/dev/design/pdftheory.md |
+++ b/site/dev/design/pdftheory.md |
@@ -54,6 +54,8 @@ added to multiple documents. This for example, would let you generate |
a PDF with the single page you just drew as well as adding it to a |
longer document with a bunch of other pages. |
+<!--?prettify lang=cc?--> |
+ |
SkAutoUnref<SkPDFDevice> pdfDevice( |
new SkPDFDevice(width, height, initial_transform)); |