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

Unified Diff: Source/platform/graphics/filters/FEComposite.h

Issue 779963002: Add the 'lighter' composite operation to feComposite. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add tests Created 6 years 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
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 {

Powered by Google App Engine
This is Rietveld 408576698