forked from google/skia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "SkJpegCodec: Add SkJpegSourceMgr"
This reverts commit 7d0c572. Reason for revert: Chrome roller failing Original change's description: > SkJpegCodec: Add SkJpegSourceMgr > > The current skjpeg_source_mgr (in SkJpegUtility.cpp/h) is effectively > two implementations (buffered vs in-memory) controlled via if > statements. > > Turn these into two implementations of a pure virtual interface > SkJpegSourceMgr. The reason for this it that there will be a third > interface added for buffered non-seekable sources (which will > run an SkJpegSegmentScanner on the data as it is read). > > Leave the pre-existing skjpeg_source_mgr in place because it may > be used in other places. It will be removed separately. > > Bug: skia:14031 > Change-Id: Iae87c0da307dfec50c95168c50486c807d335526 > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/633461 > Reviewed-by: Brian Osman <[email protected]> > Commit-Queue: Christopher Cameron <[email protected]> Bug: skia:14031 Change-Id: I55e020bdcae3ba557f2e90fab9d150ec47f22921 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/635576 Auto-Submit: Brian Osman <[email protected]> Commit-Queue: Rubber Stamper <[email protected]> Bot-Commit: Rubber Stamper <[email protected]>
- Loading branch information
1 parent
86b7e4b
commit 9b3a9f2
Showing
6 changed files
with
5 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.