Index: modules/webgl/WebGLDepthTexture.idl |
diff --git a/core/html/canvas/WebGLDepthTexture.idl b/modules/webgl/WebGLDepthTexture.idl |
similarity index 97% |
rename from core/html/canvas/WebGLDepthTexture.idl |
rename to modules/webgl/WebGLDepthTexture.idl |
index d6a087406a212ef2c9bacd84f42a5f383b120e0b..773819ba085000012f8cead4e98f893e14d8dd86 100644 |
--- a/core/html/canvas/WebGLDepthTexture.idl |
+++ b/modules/webgl/WebGLDepthTexture.idl |
@@ -27,6 +27,7 @@ |
NoInterfaceObject, |
DoNotCheckConstants, |
WillBeGarbageCollected, |
+ SetWrapperReferenceFrom=canvas, |
] interface WebGLDepthTexture { |
const unsigned long UNSIGNED_INT_24_8_WEBGL = 0x84FA; |
}; |