Chromium Code Reviews
DescriptionRemove the use of OwnedPtrDeleter in ImageDecoder.
It's hard to mechanically replace specializations of OwnedPtrDeleter<T>
to std::unique_ptr equivalents. Therefore, they are converted to
std::unique_ptr manually.
New typedefs named XXXXUniquePtr is introduced so people can always use
std::unique_ptr with a correct deleter.
BUG=617504
Committed: https://crrev.com/b2ba5dac4355691372f643a0af03681769dae2c7
Cr-Commit-Position: refs/heads/master@{#398319}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Move QCMSProfileDeleter to .cpp file. #
Messages
Total messages: 21 (9 generated)
|
||||||||||||||||||||||||||||