From b415ffb47de6e58603db2a01027aa879c0126b24 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 7 Nov 2017 20:06:01 +0000 Subject: Rename CXFA_Edge to CXFA_EdgeData This CL renames CXFA_Edge to CXFA_EdgeData to make it clear it's part of the data hierarchy. Change-Id: Id67526cafe1927803c36159b106656c32e770d6b Reviewed-on: https://pdfium-review.googlesource.com/17979 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_edge.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 xfa/fxfa/parser/cxfa_edge.h (limited to 'xfa/fxfa/parser/cxfa_edge.h') diff --git a/xfa/fxfa/parser/cxfa_edge.h b/xfa/fxfa/parser/cxfa_edge.h deleted file mode 100644 index 96e725f4c6..0000000000 --- a/xfa/fxfa/parser/cxfa_edge.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2016 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com - -#ifndef XFA_FXFA_PARSER_CXFA_EDGE_H_ -#define XFA_FXFA_PARSER_CXFA_EDGE_H_ - -#include "xfa/fxfa/parser/cxfa_stroke.h" - -class CXFA_Node; - -class CXFA_Edge : public CXFA_Stroke { - public: - explicit CXFA_Edge(CXFA_Node* pNode) : CXFA_Stroke(pNode) {} -}; - -#endif // XFA_FXFA_PARSER_CXFA_EDGE_H_ -- cgit v1.2.3