From ef1e85caf492e1b9bf9803647d3c5db1abea77c7 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 23 Feb 2015 15:59:57 -0800 Subject: Backport PNG output format to origin/master branch. The pdfium library itself does not support the format, but the test utility can convert to this output format. GN build can't be tested standalone, so push this out to the next CL. R=jam@chromium.org Review URL: https://codereview.chromium.org/950113002 --- samples/fx_lpng/src/fx_pngmem.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 samples/fx_lpng/src/fx_pngmem.c (limited to 'samples/fx_lpng/src/fx_pngmem.c') diff --git a/samples/fx_lpng/src/fx_pngmem.c b/samples/fx_lpng/src/fx_pngmem.c new file mode 100644 index 0000000000..9892408d70 --- /dev/null +++ b/samples/fx_lpng/src/fx_pngmem.c @@ -0,0 +1,7 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com + +#include "../lpng_v163/fx_pngmem.c" -- cgit v1.2.3