| Index: tools/bench_pictures_main.cpp
|
| diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp
|
| index b5126a68bddd158a10041d4a14a9bcdd0ef844d4..46d97de742b2845affaa932974298edca3c20539 100644
|
| --- a/tools/bench_pictures_main.cpp
|
| +++ b/tools/bench_pictures_main.cpp
|
| @@ -11,6 +11,7 @@
|
| #include "PictureRenderingFlags.h"
|
| #include "SkBenchLogger.h"
|
| #include "SkCommandLineFlags.h"
|
| +#include "SkForceLinking.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
| #if LAZY_CACHE_STATS
|
| @@ -23,6 +24,7 @@
|
| #include "SkStream.h"
|
| #include "picture_utils.h"
|
|
|
| +__SK_FORCE_IMAGE_DECODER_LINKING;
|
|
|
| SkBenchLogger gLogger;
|
|
|
|
|