From 669a418f75c05d4a39e2bcaff2b7b93dec1c5764 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 3 Apr 2017 14:51:45 -0400 Subject: Drop FXSYS_ from math methods This Cl drops the FXSYS_ from math methods which are the same on all platforms. Bug: pdfium:694 Change-Id: I85c9ff841fd9095b1434f67319847ba0cd9df7ac Reviewed-on: https://pdfium-review.googlesource.com/3598 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- third_party/agg23/agg_vcgen_dash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/agg23/agg_vcgen_dash.cpp') diff --git a/third_party/agg23/agg_vcgen_dash.cpp b/third_party/agg23/agg_vcgen_dash.cpp index cfeab0764e..74fd901181 100644 --- a/third_party/agg23/agg_vcgen_dash.cpp +++ b/third_party/agg23/agg_vcgen_dash.cpp @@ -55,7 +55,7 @@ void vcgen_dash::add_dash(float dash_len, float gap_len) void vcgen_dash::dash_start(float ds) { m_dash_start = ds; - calc_dash_start(FXSYS_fabs(ds)); + calc_dash_start(fabs(ds)); } void vcgen_dash::calc_dash_start(float ds) { -- cgit v1.2.3