Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: sky/engine/platform/graphics/GraphicsTypes.h

Issue 893093002: Delete remaining masks dead code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/platform/graphics/GraphicsContext.cpp ('k') | sky/engine/public/platform/WebLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « sky/engine/platform/graphics/GraphicsContext.cpp ('k') | sky/engine/public/platform/WebLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698