summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/private/pdf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/private/pdf.cc')
-rw-r--r--ppapi/cpp/private/pdf.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/cpp/private/pdf.cc b/ppapi/cpp/private/pdf.cc
index c97757a..6a778e7 100644
--- a/ppapi/cpp/private/pdf.cc
+++ b/ppapi/cpp/private/pdf.cc
@@ -59,8 +59,7 @@ PP_Resource PDF::GetFontFileWithFallback(
}
// static
-bool PDF::GetFontTableForPrivateFontFile(const InstanceHandle& /*instance*/,
- PP_Resource font_file,
+bool PDF::GetFontTableForPrivateFontFile(PP_Resource font_file,
uint32_t table,
void* output,
uint32_t* output_length) {