зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1401888 - Part 1. Move PDFiumEngineShim::Init to private section. r=fatseng
MozReview-Commit-ID: KK1wAv1KoPh --HG-- extra : rebase_source : 7a7dfd78cec1356f607f1ee421388337aa03aaf2
This commit is contained in:
Родитель
f29fa2e661
Коммит
59db10f1d3
|
@ -49,8 +49,6 @@ public:
|
|||
|
||||
static already_AddRefed<PDFiumEngineShim> GetInstanceOrNull();
|
||||
|
||||
bool Init();
|
||||
|
||||
FPDF_DOCUMENT LoadDocument(FPDF_STRING file_path,
|
||||
FPDF_BYTESTRING aPassword);
|
||||
void CloseDocument(FPDF_DOCUMENT aDocument);
|
||||
|
@ -66,9 +64,9 @@ public:
|
|||
int aRotate, int aFlags);
|
||||
|
||||
private:
|
||||
|
||||
PDFiumEngineShim();
|
||||
~PDFiumEngineShim();
|
||||
bool Init();
|
||||
|
||||
bool mInitialized ;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче