Chromium Code Reviews| Index: include/codec/SkCodec.h |
| diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h |
| index dffab6b3779207aeba99084810afb27d8416a097..41995acb05e66529f108c6cc3f4450a2f0d19310 100644 |
| --- a/include/codec/SkCodec.h |
| +++ b/include/codec/SkCodec.h |
| @@ -519,6 +519,8 @@ protected: |
| const SkCodec::Options& options() const { return fOptions; } |
| + int currScanline() const { return fCurrScanline; } |
|
scroggo
2015/12/02 15:24:41
Add some comments? We now have:
currScanline()
ne
msarett
2015/12/02 15:45:05
Yes this is confusing will do.
|
| + |
| virtual int onOutputScanline(int inputScanline) const; |
| private: |