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

Unified Diff: gm/gmmain.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: gm/gmmain.cpp
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index cb7816b6a43e72f84d96483b0810df65b54d1738..be4fc91f8fe086298a9762d0203d1d29919f37b5 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -29,7 +29,6 @@
#include "SkDevice.h"
#include "SkDocument.h"
#include "SkDrawFilter.h"
-#include "SkForceLinking.h"
#include "SkGPipe.h"
#include "SkGraphics.h"
#include "SkImageDecoder.h"
@@ -54,8 +53,6 @@ static const bool kDebugOnly = true;
static const bool kDebugOnly = false;
#endif
-__SK_FORCE_IMAGE_DECODER_LINKING;
-
#if SK_SUPPORT_GPU
#include "GrContextFactory.h"
#include "SkGpuDevice.h"
« no previous file with comments | « experimental/webtry/result.cpp ('k') | gyp/images.gyp » ('j') | gyp/images.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698