aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2014-11-10 14:18:24 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-10 14:18:24 -0800
commit207a1c96ee789cc25a43e797b0729dd94dc747a5 (patch)
treeb3765e4c967c65838b6898c5affbe23745bf4850
parent93f816129356d6764a9402817cc36bffd8f991fb (diff)
Remove outdated comment in SkImageDecoder.h
-rw-r--r--include/core/SkImageDecoder.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/core/SkImageDecoder.h b/include/core/SkImageDecoder.h
index e4ea5e2ec4..21077cccff 100644
--- a/include/core/SkImageDecoder.h
+++ b/include/core/SkImageDecoder.h
@@ -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.