| Index: Source/platform/graphics/filters/FEComposite.h
|
| diff --git a/Source/platform/graphics/filters/FEComposite.h b/Source/platform/graphics/filters/FEComposite.h
|
| index d5814e9cb957eb40394dcc35f5b8282069a390f2..485f30298bcf9d322e703fcd0eae44aa9ff48952 100644
|
| --- a/Source/platform/graphics/filters/FEComposite.h
|
| +++ b/Source/platform/graphics/filters/FEComposite.h
|
| @@ -36,7 +36,8 @@ enum CompositeOperationType {
|
| FECOMPOSITE_OPERATOR_OUT = 3,
|
| FECOMPOSITE_OPERATOR_ATOP = 4,
|
| FECOMPOSITE_OPERATOR_XOR = 5,
|
| - FECOMPOSITE_OPERATOR_ARITHMETIC = 6
|
| + FECOMPOSITE_OPERATOR_ARITHMETIC = 6,
|
| + FECOMPOSITE_OPERATOR_LIGHTER = 7
|
| };
|
|
|
| class PLATFORM_EXPORT FEComposite : public FilterEffect {
|
|
|