Chromium Code Reviews| Index: src/codec/SkCodec_libgif.h |
| diff --git a/src/codec/SkCodec_libgif.h b/src/codec/SkCodec_libgif.h |
| index 200f176e32925b10a5ca8f4d3bca9cda93fb8a51..f70bf07661c89a6ad8901037397c2f55f62eaea4 100644 |
| --- a/src/codec/SkCodec_libgif.h |
| +++ b/src/codec/SkCodec_libgif.h |
| @@ -19,11 +19,7 @@ |
| */ |
| class SkGifCodec : public SkCodec { |
| public: |
| - |
| - /* |
| - * Checks the start of the stream to see if the image is a gif |
| - */ |
| - static bool IsGif(SkStream*); |
| + static bool IsGif(const char*, size_t); |
|
reed1
2015/12/08 15:04:57
const void* ?
scroggo
2015/12/08 18:35:44
Done.
|
| /* |
| * Assumes IsGif was called and returned true |