I re-added kMultiply_Mode (as an alias to kModulate_Mode) to both SkXfermode.h
and SkBlendImageFilter.h to get Chrome compiling. It appears Chrome still uses
the old flag in at least one location:
third_party/WebKit/Source/WebCore/platform/graphics/filters/skia/FEBlendSkia.cpp:
In function 'SkBlendImageFilter::Mode
WebCore::toSkiaMode(WebCore::BlendModeType)':
third_party/WebKit/Source/WebCore/platform/graphics/filters/skia/FEBlendSkia.cpp:44:
error: 'kMultiply_Mode' is not a member of 'SkBlendImageFilter'
Issue 7208043: rename kMultiply_Mode to kModulate_Mode because current implementation does not
Created 12 years ago by RikC
Modified 12 years ago
Reviewers: caryclark1;reed_google.com, reed1, robertphillips
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 1