Commit 2ce553b
committed
chromium: [PATCH] pdfium: Fix missing function argument
Fix the following compilation error:
```
| ../../pdf/pdfium/pdfium_api_wrappers.cc:150:32: error: alias template
'PDFiumAPIStringBufferAdapter' requires template arguments; argument
deduction only allowed for class templates
| 150 | PDFiumAPIStringBufferAdapter adapter(&name, expected_size,
| | ^
| ../../pdf/pdfium/pdfium_api_string_buffer_adapter.h:173:1: note: template
is declared here
| 173 | using PDFiumAPIStringBufferAdapter =
| | ^
| 1 error generated.
```
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>1 parent 9932b52 commit 2ce553b
File tree
2 files changed
+43
-0
lines changed- meta-chromium/recipes-browser/chromium
- files
2 files changed
+43
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments