Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to get Chrome to compile
git-svn-id: http://skia.googlecode.com/svn/trunk@7480 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
8857e7c460
commit
e7c843d2e5
@ -104,6 +104,7 @@ public:
|
||||
// http://www.w3.org/TR/2009/WD-SVGCompositing-20090430/
|
||||
kPlus_Mode,
|
||||
kModulate_Mode, // multiplies all components (= alpha and color)
|
||||
kMultiply_Mode = kModulate_Mode,
|
||||
|
||||
// all above modes can be expressed as pair of src/dst Coeffs
|
||||
kCoeffModesCnt,
|
||||
|
Loading…
Reference in New Issue
Block a user