summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_coordinates.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-14 15:56:00 -0400
committerDan Sinclair <dsinclair@chromium.org>2016-03-14 15:56:00 -0400
commit13ee55a8267963c9b39486a6a22646fbdd770742 (patch)
treee50fd9cb4dbde547de6a913c54128114db64df4e /core/include/fxcrt/fx_coordinates.h
parent544bbc6d81ee9d94a09809830b3f622f2dbad28a (diff)
downloadpdfium-13ee55a8267963c9b39486a6a22646fbdd770742.tar.xz
Move fx_crypto.h and fpdf_text.h out of core/include.
This CL moves the two files and breaks fpdf_text.h apart into individual pieces. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1801973002 .
Diffstat (limited to 'core/include/fxcrt/fx_coordinates.h')
-rw-r--r--core/include/fxcrt/fx_coordinates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/include/fxcrt/fx_coordinates.h b/core/include/fxcrt/fx_coordinates.h
index 53b4c1a12e..0422da1eaa 100644
--- a/core/include/fxcrt/fx_coordinates.h
+++ b/core/include/fxcrt/fx_coordinates.h
@@ -310,6 +310,7 @@ class CFX_FloatRect {
FX_FLOAT right;
FX_FLOAT top;
};
+using CFX_RectArray = CFX_ArrayTemplate<CFX_FloatRect>;
// LTWH rectangles (y-axis runs downwards).
template <class baseType>