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

Unified Diff: tools/test_image_decoder.cpp

Issue 670453002: Remove image decoder and encoder autoregistration (Closed) Base URL: https://skia.googlesource.com/skia.git@separate-image-decoder-01-skpicture
Patch Set: Created 6 years, 2 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
« src/images/SkImageEncoder_argb.h ('K') | « tools/skpdiff/skpdiff_main.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test_image_decoder.cpp
diff --git a/tools/test_image_decoder.cpp b/tools/test_image_decoder.cpp
index 106cf782f252a7549e8948b92823c48cef2f12ef..1df00017ddf5c716067f7324be290c4854bf8697 100644
--- a/tools/test_image_decoder.cpp
+++ b/tools/test_image_decoder.cpp
@@ -6,12 +6,9 @@
*/
#include "SkBitmap.h"
-#include "SkForceLinking.h"
#include "SkGraphics.h"
#include "SkImageDecoder.h"
-__SK_FORCE_IMAGE_DECODER_LINKING;
-
/**
Simple program to test Skia's ability to decode images without
errors or debug messages. */
« src/images/SkImageEncoder_argb.h ('K') | « tools/skpdiff/skpdiff_main.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698