| Index: sky/engine/platform/graphics/GraphicsTypes.h
|
| diff --git a/sky/engine/platform/graphics/GraphicsTypes.h b/sky/engine/platform/graphics/GraphicsTypes.h
|
| index 9924996f0555c33ed8f04451cde7795ea04a09ee..b155f457c59872676bde9017072c9ce47f09f26e 100644
|
| --- a/sky/engine/platform/graphics/GraphicsTypes.h
|
| +++ b/sky/engine/platform/graphics/GraphicsTypes.h
|
| @@ -102,11 +102,9 @@ enum TextDrawingMode {
|
| };
|
| typedef unsigned TextDrawingModeFlags;
|
|
|
| +// FIXME(sky): Remove this enum.
|
| enum ColorFilter {
|
| ColorFilterNone,
|
| - ColorFilterLuminanceToAlpha,
|
| - ColorFilterSRGBToLinearRGB,
|
| - ColorFilterLinearRGBToSRGB
|
| };
|
|
|
| enum WindRule {
|
|
|