| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index 51e9a9243a13b156ab8591d888b79bbbd11588e6..e1ca4c6e34acbe3a4877a7c1405e92caa14cd381 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -705,7 +705,6 @@ private:
|
| enum Flags {
|
| kImageIsOpaque_Flag = 0x01,
|
| kImageIsVolatile_Flag = 0x02,
|
| - kImageIsImmutable_Flag = 0x04,
|
| #ifdef SK_BUILD_FOR_ANDROID
|
| /* A hint for the renderer responsible for drawing this bitmap
|
| * indicating that it should attempt to use mipmaps when this bitmap
|
|
|