Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to get Chrome...
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 31 Jan 2013 01:23:39 +0000 (01:23 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 31 Jan 2013 01:23:39 +0000 (01:23 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@7480 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkXfermode.h

index d396529cbf3103881f5a52d6c8710818d708a418..2d07c7f85a83796c87753ea6355902af3b58978c 100644 (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,