| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| index 5e84495edfae63401b4f9fbcaa38135577e6633f..dfde3dceab70c6a6c1eabe79a4b4ed2d0b86ef8e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -328,7 +328,6 @@ void HTMLCanvasElement::didDraw(const FloatRect& rect) {
|
| void HTMLCanvasElement::finalizeFrame() {
|
| if (hasImageBuffer())
|
| m_imageBuffer->finalizeFrame();
|
| - m_context->incrementFrameCount();
|
| notifyListenersCanvasChanged();
|
| }
|
|
|
|
|