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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLShader.idl

Issue 2273683003: Use visitDOMWrapper to preserve WebGL JS object wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style Created 4 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
Index: third_party/WebKit/Source/modules/webgl/WebGLShader.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLShader.idl b/third_party/WebKit/Source/modules/webgl/WebGLShader.idl
index f7d1106dedc34122016331e830d116c9ac6c8899..24b240ca8a33afdc046471391272f019b8dbc666 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLShader.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLShader.idl
@@ -24,5 +24,6 @@
*/
[
+ DependentLifetime,
] interface WebGLShader {
};
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLSampler.idl ('k') | third_party/WebKit/Source/modules/webgl/WebGLTexture.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698