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

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

Issue 2623513003: [wrapper-tracing] Fix tracing of WebGL2RenderingContextBase (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
index 84e495c83a8bab57ebcee4c571278082f274aee2..3f07acb60c3703e52bc1ff9a640f0bb648afe07a 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
@@ -4550,10 +4550,6 @@ DEFINE_TRACE(WebGL2RenderingContextBase) {
}
DEFINE_TRACE_WRAPPERS(WebGL2RenderingContextBase) {
- if (isContextLost()) {
- return;
- }
-
visitor->traceWrappers(m_transformFeedbackBinding);
visitor->traceWrappers(m_readFramebufferBinding);
visitor->traceWrappers(m_boundCopyReadBuffer);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698