diff options
Diffstat (limited to 'testing/test_support.h')
-rw-r--r-- | testing/test_support.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/test_support.h b/testing/test_support.h index 1b7692c3ed..f26e161544 100644 --- a/testing/test_support.h +++ b/testing/test_support.h @@ -91,7 +91,10 @@ class Platform; namespace v8 { class StartupData; } -std::unique_ptr<v8::Platform> InitializeV8ForPDFium( + +// |natives_blob| and |snapshot_blob| are optional out parameters. They should +// either both be valid or both be nullptrs. +std::unique_ptr<v8::Platform> InitializeV8ForPDFiumWithStartupData( const std::string& exe_path, const std::string& bin_dir, v8::StartupData* natives_blob, |