Remove outdated comment in SkImageDecoder.h

The comment was no longer relevant with
https://codereview.chromium.org/483593002

Review URL: https://codereview.chromium.org/715673002
This commit is contained in:
scroggo 2014-11-10 14:18:24 -08:00 committed by Commit bot
parent 93f8161293
commit 207a1c96ee

View File

@ -288,8 +288,7 @@ public:
/** Decode the image stored in the specified file, and store the result
in bitmap. Return true for success or false on failure.
@param pref If the PrefConfigTable is not set, prefer this colortype.
See NOTE ABOUT PREFERRED CONFIGS.
@param pref Prefer this colortype.
@param format On success, if format is non-null, it is set to the format
of the decoded file. On failure it is ignored.
@ -303,8 +302,7 @@ public:
/** Decode the image stored in the specified memory buffer, and store the
result in bitmap. Return true for success or false on failure.
@param pref If the PrefConfigTable is not set, prefer this colortype.
See NOTE ABOUT PREFERRED CONFIGS.
@param pref Prefer this colortype.
@param format On success, if format is non-null, it is set to the format
of the decoded buffer. On failure it is ignored.
@ -333,8 +331,7 @@ public:
/** Decode the image stored in the specified SkStreamRewindable, and store the result
in bitmap. Return true for success or false on failure.
@param pref If the PrefConfigTable is not set, prefer this colortype.
See NOTE ABOUT PREFERRED CONFIGS.
@param pref Prefer this colortype.
@param format On success, if format is non-null, it is set to the format
of the decoded stream. On failure it is ignored.