Remove ambiguity of SkJpegUtility name.
authormtklein <mtklein@chromium.org>
Fri, 12 Jun 2015 15:43:30 +0000 (08:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 15:43:30 +0000 (08:43 -0700)
commit93858b49a9f3bd3037d61822c095ef59199870af
tree64f765acbdb97cae5a9be31fd9f145e247a116f2
parenta0f1a18b9d6cd60753502be95e2f0e3d13c0ae04
Remove ambiguity of SkJpegUtility name.

We have two, one in images/, the other in codec/.  As codec's the new hotness,
I left it's name vanilla and suffixed the old one.

BUG=skia:

Review URL: https://codereview.chromium.org/1185733002
gyp/images.gyp
src/images/SkImageDecoder_libjpeg.cpp
src/images/SkJpegUtility.cpp [deleted file]
src/images/SkJpegUtility.h [deleted file]
src/images/SkJpegUtility_images.cpp [new file with mode: 0644]
src/images/SkJpegUtility_images.h [new file with mode: 0644]