| Index: xfa/fxgraphics/cfx_path_generator.cpp
|
| diff --git a/xfa/fxgraphics/fx_path_generator.cpp b/xfa/fxgraphics/cfx_path_generator.cpp
|
| similarity index 98%
|
| rename from xfa/fxgraphics/fx_path_generator.cpp
|
| rename to xfa/fxgraphics/cfx_path_generator.cpp
|
| index cbe0f2923925edd69208f4b58d28cb558c7a73be..ace3da154f0bf359556c7d72a0e4f5fe1d792a39 100644
|
| --- a/xfa/fxgraphics/fx_path_generator.cpp
|
| +++ b/xfa/fxgraphics/cfx_path_generator.cpp
|
| @@ -4,9 +4,7 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fxgraphics/fx_path_generator.h"
|
| -
|
| -#include "xfa/fxgraphics/pre.h"
|
| +#include "xfa/fxgraphics/cfx_path_generator.h"
|
|
|
| CFX_PathGenerator::CFX_PathGenerator() {
|
| m_pPathData = NULL;
|
|
|