| Index: tools/bench_pictures_main.cpp
|
| diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp
|
| index b5126a68bddd158a10041d4a14a9bcdd0ef844d4..2051bd14f21a46231ed4e378500a6bcd9471a7cc 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_LINKING;
|
|
|
| SkBenchLogger gLogger;
|
|
|
|
|