Index: modules/webgl/OESTextureHalfFloat.idl |
diff --git a/core/html/canvas/OESTextureHalfFloat.idl b/modules/webgl/OESTextureHalfFloat.idl |
similarity index 97% |
rename from core/html/canvas/OESTextureHalfFloat.idl |
rename to modules/webgl/OESTextureHalfFloat.idl |
index b050cfa21d4565817741119740428d235231c63a..062b1ca9d063de528a31b03ce2363712e4f62ab7 100644 |
--- a/core/html/canvas/OESTextureHalfFloat.idl |
+++ b/modules/webgl/OESTextureHalfFloat.idl |
@@ -29,6 +29,7 @@ typedef unsigned long GLenum; |
NoInterfaceObject, |
DoNotCheckConstants, |
WillBeGarbageCollected, |
+ SetWrapperReferenceFrom=canvas, |
] interface OESTextureHalfFloat { |
const GLenum HALF_FLOAT_OES = 0x8D61; |
}; |