// Copyright 2023 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TESTING_HELPERS_PAGE_RENDERER_H_ #define TESTING_HELPERS_PAGE_RENDERER_H_ #include <string> #include "public/fpdfview.h" // Renderer for a single page. class PageRenderer { … }; #endif // TESTING_HELPERS_PAGE_RENDERER_H_