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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 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/modules/webgl/WebGLFramebuffer.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp
index e4e7bcd0dad5071bcbf66284ad842fc88898342e..c081df8123c1c9a0d7eae3f0ef0e016ea0d1a4c9 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp
@@ -531,15 +531,6 @@ GLenum WebGLFramebuffer::getDrawBuffer(GLenum drawBuffer) {
return GL_NONE;
}
-void WebGLFramebuffer::visitChildDOMWrappers(
- v8::Isolate* isolate,
- const v8::Persistent<v8::Object>& wrapper) {
- for (const auto& attachment : m_attachments) {
- DOMWrapperWorld::setWrapperReferencesInAllWorlds(
- wrapper, attachment.value->object(), isolate);
- }
-}
-
DEFINE_TRACE(WebGLFramebuffer) {
visitor->trace(m_attachments);
WebGLContextObject::trace(visitor);
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h ('k') | third_party/WebKit/Source/modules/webgl/WebGLObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698