Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index 2d1e310647c1d5f610510b46c8dd8ccac0a8690a..65e5e78429e597520382849cc1d7e644fb5c2f2a 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -344,7 +344,7 @@ private: |
void inflateStrokeRect(FloatRect&) const; |
- void fullCanvasCompositedDraw(const Closure& draw); |
+ void fullCanvasCompositedDraw(PassOwnPtr<Closure> draw); |
void drawFocusIfNeededInternal(const Path&, Element*); |
bool focusRingCallIsValid(const Path&, Element*); |