From df964dfb34e648e27dce7bef785b204894a7058a Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 21 Apr 2016 12:09:41 -0700 Subject: Replace CFX_RectArray with std::vector Use RVO now that we use an array type compatible with it. Review URL: https://codereview.chromium.org/1906903002 --- core/fxcrt/include/fx_coordinates.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fxcrt/include') diff --git a/core/fxcrt/include/fx_coordinates.h b/core/fxcrt/include/fx_coordinates.h index a7f0b8d5dc..ec6b41c869 100644 --- a/core/fxcrt/include/fx_coordinates.h +++ b/core/fxcrt/include/fx_coordinates.h @@ -310,7 +310,6 @@ class CFX_FloatRect { FX_FLOAT right; FX_FLOAT top; }; -using CFX_RectArray = CFX_ArrayTemplate; // LTWH rectangles (y-axis runs downwards). template -- cgit v1.2.3