Index: src/codec/SkBmpCodec.h |
diff --git a/src/codec/SkBmpCodec.h b/src/codec/SkBmpCodec.h |
index 30523b0838dbd2df99c6ae7ac4e558e97eea428a..5d77ca3fc8e3440123eb2eb1dc06c0bc1fe5c713 100644 |
--- a/src/codec/SkBmpCodec.h |
+++ b/src/codec/SkBmpCodec.h |
@@ -20,11 +20,7 @@ |
*/ |
class SkBmpCodec : public SkCodec { |
public: |
- |
- /* |
- * Checks the start of the stream to see if the image is a bmp |
- */ |
- static bool IsBmp(SkStream*); |
+ static bool IsBmp(const void*, size_t); |
/* |
* Assumes IsBmp was called and returned true |