| Index: experimental/webtry/main.cpp
|
| diff --git a/experimental/webtry/main.cpp b/experimental/webtry/main.cpp
|
| index 4116446add3ee2f269def0c5e3a201e15ea7906c..cb7b205b64426adf55163d19ad399be39f127547 100644
|
| --- a/experimental/webtry/main.cpp
|
| +++ b/experimental/webtry/main.cpp
|
| @@ -6,7 +6,6 @@
|
| #include "SkCanvas.h"
|
| #include "SkCommandLineFlags.h"
|
| #include "SkData.h"
|
| -#include "SkForceLinking.h"
|
| #include "SkGraphics.h"
|
| #include "SkImageDecoder.h"
|
| #include "SkImageEncoder.h"
|
| @@ -17,8 +16,6 @@
|
|
|
| #include "seccomp_bpf.h"
|
|
|
| -__SK_FORCE_IMAGE_DECODER_LINKING;
|
| -
|
| DEFINE_string(out, "", "Filename of the PNG to write to.");
|
| DEFINE_string(source, "", "Filename of the source image.");
|
| DEFINE_int32(width, 256, "Width of output image.");
|
|
|