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

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, 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: tests/KtxTest.cpp
diff --git a/tests/KtxTest.cpp b/tests/KtxTest.cpp
index 3c681b35670e7aa23fae29194b62dae386e60f91..4463b92198097abcd8d423e8718fbbb2c32211a4 100644
--- a/tests/KtxTest.cpp
+++ b/tests/KtxTest.cpp
@@ -9,7 +9,6 @@
#include "SkBitmap.h"
#include "SkData.h"
#include "SkDecodingImageGenerator.h"
-#include "SkForceLinking.h"
#include "SkImageDecoder.h"
#include "SkImageEncoder.h"
#include "SkOSFile.h"
@@ -17,8 +16,6 @@
#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.

Powered by Google App Engine
This is Rietveld 408576698