Chromium Code Reviews| Index: Source/platform/graphics/GraphicsTypes.h |
| diff --git a/Source/platform/graphics/GraphicsTypes.h b/Source/platform/graphics/GraphicsTypes.h |
| index 683aff959dc0f0e27eb09fe41268d5f0de602e1b..0cbf89226f4452e5620c94e05cac09882b43cbf0 100644 |
| --- a/Source/platform/graphics/GraphicsTypes.h |
| +++ b/Source/platform/graphics/GraphicsTypes.h |
| @@ -67,9 +67,7 @@ enum CompositeOperator { |
| CompositeDestinationOut, |
| CompositeDestinationAtop, |
| CompositeXOR, |
| - CompositePlusDarker, |
| - CompositePlusLighter, |
| - CompositeDifference |
| + CompositePlusLighter |
| }; |
| enum ShadowMode { |