| Index: tools/LazyDecodeBitmap.cpp
|
| diff --git a/tools/LazyDecodeBitmap.cpp b/tools/LazyDecodeBitmap.cpp
|
| index ec275eacab4c92059f9b9bbc16e6860e63e0b7ca..d7d308eea2fd85ea9be56d0c58a347b7a344239c 100644
|
| --- a/tools/LazyDecodeBitmap.cpp
|
| +++ b/tools/LazyDecodeBitmap.cpp
|
| @@ -11,12 +11,9 @@
|
| #include "SkDecodingImageGenerator.h"
|
| #include "SkDiscardableMemoryPool.h"
|
| #include "SkImageGeneratorPriv.h"
|
| -#include "SkForceLinking.h"
|
|
|
| #include "SkCommandLineFlags.h"
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| DEFINE_bool(useVolatileCache, false, "Use a volatile cache for deferred image decoding pixels. "
|
| "Only meaningful if --deferImageDecoding is set to true and the platform has an "
|
| "implementation.");
|
|
|