| 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 099ed9080c084be9c1987ce7a1e9d5a4746a0cb6..996e239e71a1929d7312843c350664aabd3092ec 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -128,6 +128,7 @@ inline HTMLCanvasElement::HTMLCanvasElement(Document& document)
|
| ContextLifecycleObserver(&document),
|
| PageVisibilityObserver(document.page()),
|
| m_size(DefaultWidth, DefaultHeight),
|
| + m_context(this, nullptr),
|
| m_ignoreReset(false),
|
| m_externallyAllocatedMemory(0),
|
| m_originClean(true),
|
|
|