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

Unified Diff: src/images/SkForceLinking.cpp

Issue 2344523002: Experimental: EXR
Patch Set: Now we have a decoder Created 4 years, 3 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
« no previous file with comments | « src/images/SkEXRImageEncoder.cpp ('k') | tests/EXRTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/images/SkForceLinking.cpp
diff --git a/src/images/SkForceLinking.cpp b/src/images/SkForceLinking.cpp
index 81d485c882fef80dfa1227e2eb5273579226a71d..e8a9426604ef8d7a7f75074a794115b8f0aa3cc6 100644
--- a/src/images/SkForceLinking.cpp
+++ b/src/images/SkForceLinking.cpp
@@ -24,8 +24,8 @@ int SkForceLinking(bool doNotPassTrue) {
CreatePNGImageEncoder();
#endif
- // Only link hardware texture codecs on platforms that build them. See images.gyp
#ifndef SK_BUILD_FOR_ANDROID_FRAMEWORK
+ CreateEXRImageEncoder();
CreateKTXImageEncoder();
#endif
« no previous file with comments | « src/images/SkEXRImageEncoder.cpp ('k') | tests/EXRTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698