chromium/third_party/pdfium/core/fpdfapi/page/cpdf_patterncs.h

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

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#ifndef CORE_FPDFAPI_PAGE_CPDF_PATTERNCS_H_
#define CORE_FPDFAPI_PAGE_CPDF_PATTERNCS_H_

#include <optional>
#include <set>

#include "core/fpdfapi/page/cpdf_basedcs.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxge/dib/fx_dib.h"

class CPDF_Document;

class CPDF_PatternCS final : public CPDF_BasedCS {};

#endif  // CORE_FPDFAPI_PAGE_CPDF_PATTERNCS_H_