Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
index 3acb5ed362c4c8cad0c8dd29f67bfdf6a3fb0109..843a5d9ebef87cd5d34c956896ab31d0d64923f0 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
@@ -134,6 +134,7 @@ class CORE_EXPORT HTMLCanvasElement final |
// Used for rendering |
void didDraw(const FloatRect&); |
+ void didDraw(); |
void paint(GraphicsContext&, const LayoutRect&); |