Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / extensions / OES_texture_half_float_linear / extension.xml
index e972497..f57175d 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<extension href="OES_texture_half_float_linear/">
+<ratified href="OES_texture_half_float_linear/">
   <name>OES_texture_half_float_linear</name>
 
   <contact> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
@@ -27,7 +27,9 @@
     </features>
   </overview>
 
-  <idl xml:space="preserve"> interface OES_texture_half_float_linear { }; </idl>
+  <idl xml:space="preserve">
+[NoInterfaceObject]
+interface OES_texture_half_float_linear { };</idl>
 
   <history>
     <revision date="2013/02/20">
     <revision date="2013/08/06">
       <change>Moved to community approved.</change>
     </revision>
+    <revision date="2014/07/15">
+      <change>Added NoInterfaceObject extended attribute.</change>
+    </revision>
+    <revision date="2014/08/08">
+      <change>Ratified by Khronos Board of Promoters.</change>
+    </revision>
   </history>
-</extension>
+</ratified>