| Index: components/pdf/renderer/pepper_pdf_host.h
|
| diff --git a/components/pdf/renderer/pepper_pdf_host.h b/components/pdf/renderer/pepper_pdf_host.h
|
| index 89d786f224e3637901b2b1e9431e236fffd24371..a4756afcd067f9534aede62a82d15fb5304c84c7 100644
|
| --- a/components/pdf/renderer/pepper_pdf_host.h
|
| +++ b/components/pdf/renderer/pepper_pdf_host.h
|
| @@ -104,8 +104,7 @@ class PepperPDFHost : public ppapi::host::ResourceHost {
|
| const std::vector<PP_PrivateAccessibilityTextRunInfo>& text_runs,
|
| const std::vector<PP_PrivateAccessibilityCharInfo>& chars);
|
|
|
| - void CreatePdfAccessibilityTreeIfNeeded(
|
| - content::PepperPluginInstance* instance);
|
| + void CreatePdfAccessibilityTreeIfNeeded();
|
|
|
| std::unique_ptr<PdfAccessibilityTree> pdf_accessibility_tree_;
|
|
|
|
|