| Index: third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp b/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| index bec57f4da6ff86d6a025f792b33a44c50125f39b..b401d99690a375ccaa8de3fd330a93defb83cb0c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| @@ -69,8 +69,7 @@ void GeneratedImage::drawPattern(GraphicsContext& destContext,
|
| destContext.drawRect(destRect, fillFlags);
|
| }
|
|
|
| -sk_sp<SkImage> GeneratedImage::imageForCurrentFrame(
|
| - const ColorBehavior& colorBehavior) {
|
| +sk_sp<SkImage> GeneratedImage::imageForCurrentFrame() {
|
| return nullptr;
|
| }
|
|
|
|
|