aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/design
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-01-26 07:45:47 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-26 07:45:47 -0800
commit9ec0ffb77dfb2c7337daadd4d88736c3e1ebe28b (patch)
tree94275b6f85062a53c7fc50b424ccc7000c0b28ef /site/dev/design
parent1d124c3142acf1a678de9c3f3189bf0c56d32a39 (diff)
prettify site/dev/design/pdftheory
NOTRY=true TBR=jcgregorio@google.com Review URL: https://codereview.chromium.org/868473006
Diffstat (limited to 'site/dev/design')
-rw-r--r--site/dev/design/pdftheory.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/dev/design/pdftheory.md b/site/dev/design/pdftheory.md
index 2a24ea74ff..6d90f2b5d9 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));