Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index be6c4a0317c94bd424050e9c8a8f5b8ebc329c79..8c3c00a6aa48d4bc5446ee53c9f4d61f9957add7 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -328,7 +328,7 @@ private: |
void inflateStrokeRect(FloatRect&) const; |
- template<class T> void fullCanvasCompositedFill(const T&); |
+ template<class T> void fullCanvasComposite(const T& area, void (GraphicsContext::*drawOperation)(const T&)); |
template<class T> void fullCanvasCompositedDrawImage(T*, const FloatRect&, const FloatRect&, CompositeOperator); |
bool focusRingCallIsValid(const Path&, Element*); |