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:
robertphillips@google.com 2013-01-31 01:23:39 +00:00
parent 8857e7c460
commit e7c843d2e5

View File

@ -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,