| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 08a21cb5b169f7a1af550a7754049d473237be84..e84eacf3bb509305325d62e996b246c48cc15f87 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -304,7 +304,7 @@ void HTMLCanvasElement::reset()
|
| renderBox()->contentChanged(CanvasChanged);
|
| }
|
| if (hadImageBuffer)
|
| - renderer->paintInvalidationForWholeRenderer();
|
| + renderer->setShouldDoFullPaintInvalidation(true);
|
| }
|
| }
|
|
|
|
|