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

Unified Diff: Source/modules/webgl/WebGLRenderingContextBase.h

Issue 1320443005: [Oilpan] Remove a GC_PLUGIN_IGNORE (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a comment Created 5 years, 3 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 | Source/modules/webgl/WebGLRenderingContextBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLRenderingContextBase.h
diff --git a/Source/modules/webgl/WebGLRenderingContextBase.h b/Source/modules/webgl/WebGLRenderingContextBase.h
index 899edcf48e6c433337c4640f5705db7709235d6d..e72b5721e05b84046a5b32877889e0f428f89762 100644
--- a/Source/modules/webgl/WebGLRenderingContextBase.h
+++ b/Source/modules/webgl/WebGLRenderingContextBase.h
@@ -570,7 +570,6 @@ protected:
PersistentWillBeMember<WebGLRenderbuffer> m_renderbufferBinding;
PersistentWillBeMember<CHROMIUMValuebuffer> m_valuebufferBinding;
- GC_PLUGIN_IGNORE("crbug.com/496496")
PersistentHeapVectorWillBeHeapVector<TextureUnitState> m_textureUnits;
unsigned long m_activeTextureUnit;
« no previous file with comments | « no previous file | Source/modules/webgl/WebGLRenderingContextBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698