From 31ed75b714b80b8497b35825bb926c5abb035299 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 7 Nov 2017 21:34:00 +0000 Subject: Rename CXFA_Stroke to CXFA_StrokeData This CL renames CXFA_Stroke to CXFA_StrokeData to show it is part of the data hierarchy. Change-Id: If0041c410630c61129ed1ff0879c68244ad01aa5 Reviewed-on: https://pdfium-review.googlesource.com/18013 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 508b748a98..bb724d50d5 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1867,8 +1867,8 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_scriptdata.h", "xfa/fxfa/parser/cxfa_simple_parser.cpp", "xfa/fxfa/parser/cxfa_simple_parser.h", - "xfa/fxfa/parser/cxfa_stroke.cpp", - "xfa/fxfa/parser/cxfa_stroke.h", + "xfa/fxfa/parser/cxfa_strokedata.cpp", + "xfa/fxfa/parser/cxfa_strokedata.h", "xfa/fxfa/parser/cxfa_submit.cpp", "xfa/fxfa/parser/cxfa_submit.h", "xfa/fxfa/parser/cxfa_text.cpp", -- cgit v1.2.3