| Index: third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.cpp b/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.cpp
|
| index d2c1e18bffdfd7a6f3e1c46a0da3fdfd5ca6e254..33f21dd746d6fd8fb04bb5f3f128aea162d5c979 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.cpp
|
| @@ -39,10 +39,7 @@ void UnacceleratedStaticBitmapImage::draw(PaintCanvas* canvas,
|
| m_image);
|
| }
|
|
|
| -sk_sp<SkImage> UnacceleratedStaticBitmapImage::imageForCurrentFrame(
|
| - const ColorBehavior& colorBehavior) {
|
| - // TODO(ccameron): This function should not ignore |colorBehavior|.
|
| - // https://crbug.com/672306
|
| +sk_sp<SkImage> UnacceleratedStaticBitmapImage::imageForCurrentFrame() {
|
| return m_image;
|
| }
|
|
|
|
|