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

Unified Diff: core/src/fxcodec/codec/fx_codec_tiff.cpp

Issue 1413253003: XFA: Actually fix all relative includes to third_party. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase Created 5 years, 1 month 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 | « core/src/fxcodec/codec/fx_codec_png.cpp ('k') | xfa/include/fxbarcode/BC_BarCode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxcodec/codec/fx_codec_tiff.cpp
diff --git a/core/src/fxcodec/codec/fx_codec_tiff.cpp b/core/src/fxcodec/codec/fx_codec_tiff.cpp
index 1efd2fbf70faf1ad52b90943c175d0d5397fc321..cf7af8fe779a6283b30edea8ef4b3a39ab301f84 100644
--- a/core/src/fxcodec/codec/fx_codec_tiff.cpp
+++ b/core/src/fxcodec/codec/fx_codec_tiff.cpp
@@ -7,9 +7,11 @@
#include "../../../include/fxcodec/fx_codec.h"
#include "../../../include/fxge/fx_dib.h"
#include "codec_int.h"
+
extern "C" {
-#include "../../../../third_party/tiff_v403/tiffiop.h"
+#include "third_party/tiff_v403/tiffiop.h"
}
+
void* IccLib_CreateTransform_sRGB(const unsigned char* pProfileData,
unsigned int dwProfileSize,
int nComponents,
« no previous file with comments | « core/src/fxcodec/codec/fx_codec_png.cpp ('k') | xfa/include/fxbarcode/BC_BarCode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698