| Index: src/core/SkScalerContext.h
|
| diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
|
| index 337b2e077ac3c6b9473a752ac8a08ca6754c2c8c..3ebaa5900da4776e0dee0b4d1970cbde25f75391 100644
|
| --- a/src/core/SkScalerContext.h
|
| +++ b/src/core/SkScalerContext.h
|
| @@ -127,7 +127,7 @@ public:
|
| kHintingBit2_Flag = 0x0100,
|
|
|
| // Pixel geometry information.
|
| - // only meaningful if fMaskFormat is LCD16 or LCD32
|
| + // only meaningful if fMaskFormat is kLCD16
|
| kLCD_Vertical_Flag = 0x0200, // else Horizontal
|
| kLCD_BGROrder_Flag = 0x0400, // else RGB order
|
|
|
|
|