| Index: tools/skimage_main.cpp
|
| diff --git a/tools/skimage_main.cpp b/tools/skimage_main.cpp
|
| index 98cde5044c5c53d9f32b4cb038ca77735df345c6..9262958d7187ea8257bc60cf922f63a09f5e9ead 100644
|
| --- a/tools/skimage_main.cpp
|
| +++ b/tools/skimage_main.cpp
|
| @@ -10,6 +10,7 @@
|
| #include "SkColorPriv.h"
|
| #include "SkCommandLineFlags.h"
|
| #include "SkData.h"
|
| +#include "SkForceLinking.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
| #include "SkImageEncoder.h"
|
| @@ -19,6 +20,8 @@
|
| #include "SkTArray.h"
|
| #include "SkTemplates.h"
|
|
|
| +__SK_FORCE_IMAGE_DECODER_LINKING;
|
| +
|
| DEFINE_string(createExpectationsPath, "", "Path to write JSON expectations.");
|
| DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required.");
|
| DEFINE_string(readExpectationsPath, "", "Path to read JSON expectations from.");
|
|
|