| Index: include/codec/SkCodec.h
|
| diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
|
| index 86ed67f14ddef5399a6615c4f4f06f74383a445e..41995acb05e66529f108c6cc3f4450a2f0d19310 100644
|
| --- a/include/codec/SkCodec.h
|
| +++ b/include/codec/SkCodec.h
|
| @@ -382,8 +382,6 @@
|
| /**
|
| * 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(); }
|
|
|
| @@ -596,6 +594,5 @@
|
| virtual SkSampler* getSampler(bool /*createIfNecessary*/) { return nullptr; }
|
|
|
| friend class SkSampledCodec;
|
| - friend class SkIcoCodec;
|
| };
|
| #endif // SkCodec_DEFINED
|
|
|