Chromium Code Reviews| Index: include/core/SkBitmap.h |
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h |
| index 51e9a9243a13b156ab8591d888b79bbbd11588e6..b79ee778eca8b927a7feac9cbfdab1bdae9e002e 100644 |
| --- a/include/core/SkBitmap.h |
| +++ b/include/core/SkBitmap.h |
| @@ -703,7 +703,6 @@ private: |
| SkIPoint fPixelRefOrigin; |
| enum Flags { |
| - kImageIsOpaque_Flag = 0x01, |
| kImageIsVolatile_Flag = 0x02, |
| kImageIsImmutable_Flag = 0x04, |
| #ifdef SK_BUILD_FOR_ANDROID |