0
Files
src/pdf
Daniel Hosseinian 1d73086cbe Always create a PDFEngine in OutOfProcessInstance::Init()
Revival of crrev.com/c/1931439 by tsepez@.

Init() is only called on newly created instances, so there's no way for
|engine_| to be created before Init() is called. Instead of
conditionalizing the creation of |engine_|, assert that it hasn't been
created yet.

Bug: 852273
Change-Id: Id919a9fc9bcf23ee8d66e81fbfd745c164da87cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207740
Commit-Queue: Daniel Hosseinian <dhoss@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773493}
2020-05-30 06:35:21 +00:00
..