Index: Source/platform/graphics/Canvas2DLayerBridge.h |
diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h |
index ed5d99d8aa191d5c3c7c5ba76ab0d90831abc685..ccd02205344f90245125fe32b18356ccc01bdd41 100644 |
--- a/Source/platform/graphics/Canvas2DLayerBridge.h |
+++ b/Source/platform/graphics/Canvas2DLayerBridge.h |
@@ -69,7 +69,7 @@ public: |
virtual void skippedPendingDrawCommands() OVERRIDE; |
// ImageBufferSurface implementation |
- void willUse(); |
+ void didDraw(); |
void willReadback(); |
SkCanvas* canvas() const { return m_canvas.get(); } |
bool checkSurfaceValid(); |