chromium/components/headless/test/pdf_utils.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_HEADLESS_TEST_PDF_UTILS_H_
#define COMPONENTS_HEADLESS_TEST_PDF_UTILS_H_

#include <cstdint>
#include <string>
#include <vector>

#include "base/containers/span.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/size.h"

namespace headless {

// Utility class to render PDF page into a bitmap and inspect its pixels.
class PDFPageBitmap {};

}  // namespace headless

#endif  // COMPONENTS_HEADLESS_TEST_PDF_UTILS_H_