Revert 86258 - Add a unit test for Motion JPEG frames.
This change adds a new unit test that verifies we can decode a JPEG image that does not have DHT markers. (This is a unit test for r85600 <http://crrev.com/85600>.)

BUG=none
TEST=JPEGCodec.DecodeMotionJPEG
Review URL: http://codereview.chromium.org/7012034

[email protected]
Review URL: http://codereview.chromium.org/7059009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86261 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index fe0faeb..82941db4 100644
--- a/DEPS
+++ b/DEPS
@@ -214,7 +214,7 @@
     "/trunk/deps/third_party/yasm/patched-yasm@73761",
 
   "src/third_party/libjpeg_turbo":
-    "/trunk/deps/third_party/libjpeg_turbo@85600",
+    "/trunk/deps/third_party/libjpeg_turbo@83675",
 
   "src/third_party/flac":
     "/trunk/deps/third_party/flac@75901",