Index: src/codec/SkJpegUtility_codec.cpp |
diff --git a/src/codec/SkJpegUtility_codec.cpp b/src/codec/SkJpegUtility_codec.cpp |
index 418c899cbbc87e8b13649612ffcb92399eec279e..157366c735faedde1b9b26ac861f719e1066161d 100644 |
--- a/src/codec/SkJpegUtility_codec.cpp |
+++ b/src/codec/SkJpegUtility_codec.cpp |
@@ -73,7 +73,7 @@ skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream) |
init_source = sk_init_source; |
fill_input_buffer = sk_fill_input_buffer; |
skip_input_data = sk_skip_input_data; |
- resync_to_restart = turbo_jpeg_resync_to_restart; |
+ resync_to_restart = chromium_jpeg_resync_to_restart; |
term_source = sk_term_source; |
} |