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

Unified Diff: tests/KtxTest.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, 1 month 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
« no previous file with comments | « tests/JpegTest.cpp ('k') | tests/PathOpsExtendedTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/KtxTest.cpp
diff --git a/tests/KtxTest.cpp b/tests/KtxTest.cpp
index 499db6ab484ecfa901941869895bbb6ff4e721d3..a27b27835b9a52c30fa272087f3267dd2be230b4 100644
--- a/tests/KtxTest.cpp
+++ b/tests/KtxTest.cpp
@@ -9,15 +9,12 @@
#include "SkBitmap.h"
#include "SkData.h"
#include "SkDecodingImageGenerator.h"
-#include "SkForceLinking.h"
#include "SkImageDecoder.h"
#include "SkOSFile.h"
#include "SkRandom.h"
#include "SkStream.h"
#include "Test.h"
-__SK_FORCE_IMAGE_DECODER_LINKING;
-
/**
* First, make sure that writing an 8-bit RGBA KTX file and then
* reading it produces the same bitmap.
« no previous file with comments | « tests/JpegTest.cpp ('k') | tests/PathOpsExtendedTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698