aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf/SkPDFPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pdf/SkPDFPage.h')
-rw-r--r--include/pdf/SkPDFPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdf/SkPDFPage.h b/include/pdf/SkPDFPage.h
index 0e30028ae7..2a0fe166f3 100644
--- a/include/pdf/SkPDFPage.h
+++ b/include/pdf/SkPDFPage.h
@@ -81,7 +81,7 @@ public:
* nodes of the pageTree.
* @param rootNode An output parameter set to the root node.
*/
- static void generatePageTree(const SkTDArray<SkPDFPage*>& pages,
+ static void GeneratePageTree(const SkTDArray<SkPDFPage*>& pages,
SkPDFCatalog* catalog,
SkTDArray<SkPDFDict*>* pageTree,
SkPDFDict** rootNode);