Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(665)

Unified Diff: core/fpdfapi/fpdf_page/include/cpdf_path.h

Issue 2223213002: Refactor fx_ge part 3 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698