| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index 9424d26779d77a9a0f4d6c594a593f33beacc0c9..f12666dbf2986157a60b53e59f8ef054391f2f4e 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -347,7 +347,6 @@ private:
|
|
|
| template<class T> void fullCanvasCompositedFill(const T&);
|
| template<class T> void fullCanvasCompositedStroke(const T&);
|
| - template<class T> void fullCanvasCompositedDrawImage(T*, const FloatRect&, const FloatRect&, CompositeOperator);
|
|
|
| void drawFocusIfNeededInternal(const Path&, Element*);
|
| bool focusRingCallIsValid(const Path&, Element*);
|
|
|