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

Unified Diff: experimental/tools/coreGraphicsPdf2png.cpp

Issue 1944403002: experimental/tools/coreGraphicsPdf2png: fix (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | gyp/experimental.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/tools/coreGraphicsPdf2png.cpp
diff --git a/experimental/tools/coreGraphicsPdf2png.cpp b/experimental/tools/coreGraphicsPdf2png.cpp
index d02e3deffbbfc3e1319bff04277f0625606b4fb3..a8459326162428c5886330badd422193b2dc626e 100644
--- a/experimental/tools/coreGraphicsPdf2png.cpp
+++ b/experimental/tools/coreGraphicsPdf2png.cpp
@@ -9,9 +9,12 @@
#include "SkBitmap.h"
#include "SkCGUtils.h"
+#include "SkForceLinking.h"
#include "SkImageEncoder.h"
#include "SkStream.h"
+__SK_FORCE_IMAGE_DECODER_LINKING;
+
class StdOutWStream : public SkWStream {
public:
StdOutWStream() : fBytesWritten(0) {}
« no previous file with comments | « no previous file | gyp/experimental.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698