diff options
Diffstat (limited to 'core/fpdfapi/render/cpdf_transparency.cpp')
-rw-r--r-- | core/fpdfapi/render/cpdf_transparency.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/fpdfapi/render/cpdf_transparency.cpp b/core/fpdfapi/render/cpdf_transparency.cpp new file mode 100644 index 0000000000..b85da3dae0 --- /dev/null +++ b/core/fpdfapi/render/cpdf_transparency.cpp @@ -0,0 +1,9 @@ +// Copyright 2018 PDFium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "core/fpdfapi/render/cpdf_transparency.h" + +CPDF_Transparency::CPDF_Transparency() = default; + +CPDF_Transparency::CPDF_Transparency(const CPDF_Transparency& other) = default; |