Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: tools/skiaserve/skiaserve.cpp

Issue 1760583003: Remove unused tools and unused includes of SkImageDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698