| Index: third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| index 2ee3e6e73bcae85c79f1218cfd3a65bb9d6da8c6..f65a792c773e6c9de63e848672e05823bed24017 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| @@ -342,7 +342,7 @@ float BitmapImage::frameDurationAtIndex(size_t index)
|
| return m_source.frameDurationAtIndex(index);
|
| }
|
|
|
| -PassRefPtr<SkImage> BitmapImage::imageForCurrentFrame()
|
| +PassRefPtr<SkImage> BitmapImage::imageForCurrentFrame(WebGraphicsContext3DProvider* contextProvider)
|
| {
|
| return frameAtIndex(currentFrame());
|
| }
|
|
|