| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index 6ec45255d8cde044981148bb38ec7cd9081a67ee..8f4ec6dd7d802c07a33dea4bc9d7a2e32c9e951f 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -283,7 +283,7 @@ private:
|
| void applyShadow();
|
| bool shouldDrawShadows() const;
|
|
|
| - void drawImageInternal(Image*, const FloatRect&, const FloatRect&, const CompositeOperator&, const BlendMode&);
|
| + template<class T> void drawImageInternal(T*, const FloatRect&, const FloatRect&, const CompositeOperator&, const BlendMode&);
|
| void didDraw(const FloatRect&, unsigned options = CanvasDidDrawApplyAll);
|
| void didDrawEntireCanvas();
|
|
|
|
|