| 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 4e8b7732df44bcd3e18e51a735671e4c7ae1fd2a..45e689b2a5755327d222f8a7d3c17d61e7efb5be 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&);
|
|
|
|
|