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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h

Issue 2558853003: Use strong references from WebGLContextGroup to WebGLRenderingContextBase. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
index 4986a45d53dba7707731baebcbc19cda1a43ea10..8884a063ac7abdcf287a7572b065dad312d88fec 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
@@ -72,9 +72,7 @@ class WebGLContextGroup final : public GarbageCollected<WebGLContextGroup>,
uint32_t m_numberOfContextLosses;
- // Note: ideally this would use a TraceWrapperMember subclass, but
- // that doesn't seem to exist for weak members yet.
- HeapHashSet<WeakMember<WebGLRenderingContextBase>> m_contexts;
+ HeapHashSet<TraceWrapperMember<WebGLRenderingContextBase>> m_contexts;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698