aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf/SkPDFPage.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-20 17:20:28 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-20 17:20:28 +0000
commitf6c3ebdeb135dcdb9af225bd7af77f1fe1f92787 (patch)
treee42147c5a3230b8113b6836c33378098813866b8 /include/pdf/SkPDFPage.h
parentc789cf1c6f3947283aeb34acb5a22e6204f8f6f5 (diff)
fix Capitalization of static methods
git-svn-id: http://skia.googlecode.com/svn/trunk@1910 2bbb7eff-a529-9590-31e7-b0007b416f81
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);