| Index: Source/core/svg/graphics/SVGImageForContainer.h
|
| ===================================================================
|
| --- Source/core/svg/graphics/SVGImageForContainer.h (revision 162906)
|
| +++ Source/core/svg/graphics/SVGImageForContainer.h (working copy)
|
| @@ -59,7 +59,7 @@
|
| // FIXME: Implement this to be less conservative.
|
| virtual bool currentFrameKnownToBeOpaque() OVERRIDE { return false; }
|
|
|
| - virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() OVERRIDE;
|
| + virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame(ScaleHint /*hint*/ = UseNativeScale) OVERRIDE;
|
|
|
| private:
|
| SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom)
|
|
|