| Index: chrome/browser/image_decoder.h
|
| diff --git a/chrome/browser/image_decoder.h b/chrome/browser/image_decoder.h
|
| index 4a7dfda542f0ecc4d8c76f5423112ed3419179d1..f2cca72f4946340bcaa865c93b9ef3d9aeac338c 100644
|
| --- a/chrome/browser/image_decoder.h
|
| +++ b/chrome/browser/image_decoder.h
|
| @@ -43,7 +43,8 @@ class ImageDecoder : public content::UtilityProcessHostClient {
|
| const std::string& image_data,
|
| ImageCodec image_codec);
|
|
|
| - // Starts image decoding on current thread of |task_runner|.
|
| + // Starts asynchronous image decoding. Once finished, the callback will be
|
| + // posted back to |task_runner|.
|
| void Start(scoped_refptr<base::SequencedTaskRunner> task_runner);
|
|
|
| const std::vector<unsigned char>& get_image_data() const {
|
|
|