Chromium Code Reviews| Index: core/fpdfapi/fpdf_page/include/cpdf_path.h |
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_path.h b/core/fpdfapi/fpdf_page/include/cpdf_path.h |
| index bed40581fabacf1f3d75ad8e0e2165e0db255800..80d8bb3276a8e1e182ded386b7178a8113f5e257 100644 |
| --- a/core/fpdfapi/fpdf_page/include/cpdf_path.h |
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_path.h |
| @@ -9,7 +9,8 @@ |
| #include "core/fxcrt/include/fx_system.h" |
| #include "core/fxge/include/cfx_pathdata.h" |
| -#include "core/fxge/include/fx_ge.h" |
| +#include "core/fxge/include/cfx_fxgedevice.h" |
|
dsinclair
2016/08/09 14:14:35
Sort includes
npm
2016/08/09 16:26:12
Done.
|
| +#include "core/fxge/include/cfx_renderdevice.h" |
| class CPDF_Path : public CFX_CountRef<CFX_PathData> { |
| public: |