Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index 9c1dda16240272806cffdcabc9233f81bb926227..6581585dbc478e1052d498d14c2db2294aaabd42 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -329,6 +329,7 @@ private: |
void inflateStrokeRect(FloatRect&) const; |
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); |
bool focusRingCallIsValid(const Path&, Element*); |