// Copyright 2022 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "core/fpdfapi/parser/cpdf_test_document.h" #include #include #include "core/fpdfapi/page/cpdf_docpagedata.h" #include "core/fpdfapi/render/cpdf_docrenderdata.h" CPDF_TestDocument::CPDF_TestDocument() : CPDF_Document(std::make_unique(), std::make_unique()) {} void CPDF_TestDocument::SetRoot(RetainPtr root) { SetRootForTesting(std::move(root)); }