| Index: Source/core/platform/graphics/BitmapImage.cpp
|
| ===================================================================
|
| --- Source/core/platform/graphics/BitmapImage.cpp (revision 162906)
|
| +++ Source/core/platform/graphics/BitmapImage.cpp (working copy)
|
| @@ -350,7 +350,7 @@
|
| return m_source.frameDurationAtIndex(index);
|
| }
|
|
|
| -PassRefPtr<NativeImageSkia> BitmapImage::nativeImageForCurrentFrame()
|
| +PassRefPtr<NativeImageSkia> BitmapImage::nativeImageForCurrentFrame(ScaleHint hint)
|
| {
|
| return frameAtIndex(currentFrame());
|
| }
|
|
|