Index: src/codec/SkJpegUtility_codec.cpp |
diff --git a/src/codec/SkJpegUtility_codec.cpp b/src/codec/SkJpegUtility_codec.cpp |
index 157366c735faedde1b9b26ac861f719e1066161d..75a562a00454f45f8f0904d2f8a055fc1f65b006 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 = chromium_jpeg_resync_to_restart; |
+ resync_to_restart = jpeg_resync_to_restart; |
term_source = sk_term_source; |
} |