I re-added kMultiply_Mode (as an alias to kModulate_Mode) to both SkXfermode.h and SkBlendImageFilter.h to get ...
11 years, 11 months ago
(2013-01-31 13:53:12 UTC)
#1
Message was sent while issue was closed.
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 7232062: rename kMultiply_Mode to kModulate_Mode
(Closed)
Created 11 years, 11 months ago by reed1
Modified 11 years, 11 months ago
Reviewers: robertphillips
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0