aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-12-04 07:09:57 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-04 07:09:57 -0800
commit97ff7f56620a50e83e433b158a86ff082935ed47 (patch)
tree375c0c60b9bc2e19195c75d25c08be487904c42d /include
parent41cbf3f807d619861365112513655f5f00e16005 (diff)
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ )
Diffstat (limited to 'include')
-rw-r--r--include/codec/SkCodec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
index c0625ffb9b..075f97680d 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -400,8 +400,6 @@ public:
/**
* An enum representing the order in which scanlines will be returned by
* the scanline decoder.
- *
- * This is undefined before startScanlineDecode() is called.
*/
SkScanlineOrder getScanlineOrder() const { return this->onGetScanlineOrder(); }
@@ -620,6 +618,5 @@ private:
virtual SkSampler* getSampler(bool /*createIfNecessary*/) { return nullptr; }
friend class SkSampledCodec;
- friend class SkIcoCodec;
};
#endif // SkCodec_DEFINED