summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_coordinates.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-18 21:16:37 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-18 21:16:37 +0000
commit84febc1ce83be4e6d5fa7686e4e4af83ba621692 (patch)
tree522fafd05fe6e13e40514c3d44a6da4d0f223bae /core/fxcrt/fx_coordinates.h
parent31beedc1e833842385b20b40d0ef27dbfc979443 (diff)
downloadpdfium-84febc1ce83be4e6d5fa7686e4e4af83ba621692.tar.xz
Remove unused form of CFX_Matrix::TransformRect().
Change-Id: I8e6c5fdf301ca408e76d9acfe6e62db9afd3d7a7 Reviewed-on: https://pdfium-review.googlesource.com/c/43575 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcrt/fx_coordinates.h')
-rw-r--r--core/fxcrt/fx_coordinates.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/fxcrt/fx_coordinates.h b/core/fxcrt/fx_coordinates.h
index 4a63a6ca37..08dbd08903 100644
--- a/core/fxcrt/fx_coordinates.h
+++ b/core/fxcrt/fx_coordinates.h
@@ -8,7 +8,6 @@
#define CORE_FXCRT_FX_COORDINATES_H_
#include <algorithm>
-#include <tuple>
#include "core/fxcrt/fx_system.h"
#include "third_party/base/numerics/safe_math.h"
@@ -590,11 +589,6 @@ class CFX_Matrix {
CFX_PointF Transform(const CFX_PointF& point) const;
- std::tuple<float, float, float, float> TransformRect(
- const float& left,
- const float& right,
- const float& top,
- const float& bottom) const;
CFX_RectF TransformRect(const CFX_RectF& rect) const;
CFX_FloatRect TransformRect(const CFX_FloatRect& rect) const;