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

Unified Diff: xfa/src/fdp/src/fde/fde_geobject.cpp

Issue 1723693005: Remove _FDEPLUS define. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « xfa/src/fdp/src/fde/fde_geobject.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fdp/src/fde/fde_geobject.cpp
diff --git a/xfa/src/fdp/src/fde/fde_geobject.cpp b/xfa/src/fdp/src/fde/fde_geobject.cpp
index ed122abbb05d772b972b3b2779a4d7e071a4140c..748bbb3f773a3cb396fa81f5ab9e5ce8a73e3473 100644
--- a/xfa/src/fdp/src/fde/fde_geobject.cpp
+++ b/xfa/src/fdp/src/fde/fde_geobject.cpp
@@ -7,7 +7,7 @@
#include "xfa/src/fdp/src/fde/fde_geobject.h"
#include "xfa/src/fdp/src/fde/fde_object.h"
#include "xfa/src/foxitlib.h"
-#ifndef _FDEPLUS
+
IFDE_Path* IFDE_Path::Create() {
return new CFDE_Path;
}
@@ -264,4 +264,3 @@ void CFDE_Path::GetBBox(CFX_RectF& bbox,
bbox.Set(rect.left, rect.top, rect.Width(), rect.Height());
bbox.Normalize();
}
-#endif
« no previous file with comments | « xfa/src/fdp/src/fde/fde_geobject.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698