Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp

Issue 2401893002: [wrapper-tracing] WebGL and friends: Add write barriers (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 075df5f754dae124dc6a7bb2b6fc6dac393021cc..b21b193ab5a526f7d01f05cd5683f5c5e4b43484 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
@@ -125,6 +125,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),

Powered by Google App Engine
This is Rietveld 408576698