OLD | NEW |
---|---|
1 { | 1 { |
2 global: | 2 global: |
3 GetPDFDocInfo; | 3 GetPDFDocInfo; |
4 PPP_GetInterface; | 4 PPP_GetInterface; |
5 PPP_InitializeModule; | 5 PPP_InitializeModule; |
6 PPP_ShutdownModule; | 6 PPP_ShutdownModule; |
7 RenderPDFPageToBitmap; | 7 RenderPDFPageToBitmap; |
8 GetPDFPageSizeByIndex; | |
Lei Zhang
2014/07/09 02:10:48
As I mentioned in the browser tests CL, this file
| |
8 local: | 9 local: |
9 *; | 10 *; |
10 }; | 11 }; |
OLD | NEW |