aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_imageobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/page/cpdf_imageobject.h')
-rw-r--r--core/fpdfapi/page/cpdf_imageobject.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/fpdfapi/page/cpdf_imageobject.h b/core/fpdfapi/page/cpdf_imageobject.h
index f221a9816..06e5a6468 100644
--- a/core/fpdfapi/page/cpdf_imageobject.h
+++ b/core/fpdfapi/page/cpdf_imageobject.h
@@ -1,4 +1,4 @@
-// Copyright 2016 PDFium Authors. All rights reserved.
+// Copyright 2016 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -28,11 +28,11 @@ class CPDF_ImageObject final : public CPDF_PageObject {
const CPDF_ImageObject* AsImage() const override;
void CalcBoundingBox();
- void SetImage(const RetainPtr<CPDF_Image>& pImage);
+ void SetImage(RetainPtr<CPDF_Image> pImage);
RetainPtr<CPDF_Image> GetImage() const;
RetainPtr<CFX_DIBitmap> GetIndependentBitmap() const;
- void set_matrix(const CFX_Matrix& matrix) { m_Matrix = matrix; }
+ void SetImageMatrix(const CFX_Matrix& matrix);
const CFX_Matrix& matrix() const { return m_Matrix; }
private: