| 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..4e8b7732df44bcd3e18e51a735671e4c7ae1fd2a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -321,6 +321,7 @@ class CORE_EXPORT HTMLCanvasElement final
|
|
|
| int m_numFramesSinceLastRenderingModeSwitch;
|
| bool m_pendingRenderingModeSwitch;
|
| + bool m_didNotifyListenersForCurrentFrame = false;
|
| };
|
|
|
| } // namespace blink
|
|
|