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
This commit is contained in:
scroggo@google.com 2013-05-31 14:06:16 +00:00
parent 7def5e1630
commit 85322368ce

View File

@ -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();