Chromium Code Reviews| Index: tools/skiaserve/skiaserve.cpp |
| diff --git a/tools/skiaserve/skiaserve.cpp b/tools/skiaserve/skiaserve.cpp |
| index 195544e83af5dcddf6c841310584c096f10e96ab..e4b06ff54e09178f55ce7b1f4f4423f41d125526 100644 |
| --- a/tools/skiaserve/skiaserve.cpp |
| +++ b/tools/skiaserve/skiaserve.cpp |
| @@ -17,11 +17,6 @@ |
| using namespace Response; |
| -// To get image decoders linked in we have to do the below magic |
|
scroggo
2016/03/03 16:14:09
For this and others, I take it they needed the ima
msarett
2016/03/03 16:18:54
That's what I think. The code compiles fine now w
|
| -#include "SkForceLinking.h" |
| -#include "SkImageDecoder.h" |
| -__SK_FORCE_IMAGE_DECODER_LINKING; |
| - |
| DEFINE_int32(port, 8888, "The port to listen on."); |
| class UrlManager { |