| Index: sky/engine/platform/graphics/GraphicsTypes.h
|
| diff --git a/sky/engine/platform/graphics/GraphicsTypes.h b/sky/engine/platform/graphics/GraphicsTypes.h
|
| index 7d2ae223d0e5e98a1fa4c2b712b4a5eb64a40ba0..a060bbba40aa6e302f7e70b7915c4f6269d3504d 100644
|
| --- a/sky/engine/platform/graphics/GraphicsTypes.h
|
| +++ b/sky/engine/platform/graphics/GraphicsTypes.h
|
| @@ -103,7 +103,7 @@ enum TextDrawingMode {
|
| typedef unsigned TextDrawingModeFlags;
|
|
|
| // FIXME(sky): Remove this enum.
|
| -enum ColorFilter {
|
| +enum ColorFilterObsolete {
|
| ColorFilterNone,
|
| };
|
|
|
|
|