| Index: webkit/port/platform/image-decoders/ImageDecoder.h
|
| ===================================================================
|
| --- webkit/port/platform/image-decoders/ImageDecoder.h (revision 5830)
|
| +++ webkit/port/platform/image-decoders/ImageDecoder.h (working copy)
|
| @@ -138,8 +138,8 @@
|
| }
|
| }
|
|
|
| - SkBitmap& bitmap() { return m_bitmapRef->bitmap(); }
|
| - const SkBitmap& bitmap() const { return m_bitmapRef->bitmap(); }
|
| + NativeImageSkia& bitmap() { return m_bitmapRef->bitmap(); }
|
| + const NativeImageSkia& bitmap() const { return m_bitmapRef->bitmap(); }
|
|
|
| // Must be called before any pixels are written. Will return true on
|
| // success, false if the memory allocation fails.
|
|
|