aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/images
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 14:06:16 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 14:06:16 +0000
commit85322368cebe4f4233ef32d80bc2cc321396427c (patch)
treea2fa13f41cef6e09f33c3d1f68623e97b2cc85cf /src/images
parent7def5e1630d47cdbfa4b58a9c86bc060693c4d79 (diff)
Fix build.
Remove CreateDefaultDecoder call, since the function was removed. Review URL: https://codereview.chromium.org/16256003 git-svn-id: http://skia.googlecode.com/svn/trunk@9365 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/images')
-rw-r--r--src/images/SkForceLinking.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/images/SkForceLinking.cpp b/src/images/SkForceLinking.cpp
index 81dbf2eac8..c8ea1f98e6 100644
--- a/src/images/SkForceLinking.cpp
+++ b/src/images/SkForceLinking.cpp
@@ -19,9 +19,6 @@ int SkForceLinking(bool doNotPassTrue) {
CreateBMPImageDecoder();
CreateICOImageDecoder();
CreateWBMPImageDecoder();
-#if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_WIN)
- CreateDefaultDecoder();
-#endif
// Only link GIF and PNG on platforms that build them. See images.gyp
#if !defined(SK_BUILD_FOR_MAC) && !defined(SK_BUILD_FOR_WIN) && !defined(SK_BUILD_FOR_NACL)
CreateGIFImageDecoder();