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

Unified Diff: tools/skhello.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
Index: tools/skhello.cpp
diff --git a/tools/skhello.cpp b/tools/skhello.cpp
index f452d62e639e1256752e1131dc084b42a2e5a8e3..c89214021adb2cad6bd0d09d2067dab2bf0f4e12 100644
--- a/tools/skhello.cpp
+++ b/tools/skhello.cpp
@@ -9,7 +9,6 @@
#include "SkCommandLineFlags.h"
#include "SkData.h"
#include "SkDocument.h"
-#include "SkForceLinking.h"
#include "SkGraphics.h"
#include "SkSurface.h"
#include "SkImage.h"
@@ -17,8 +16,6 @@
#include "SkStream.h"
#include "SkString.h"
-__SK_FORCE_IMAGE_DECODER_LINKING;
-
DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
DEFINE_string2(text, t, "Hello", "The string to write.");

Powered by Google App Engine
This is Rietveld 408576698