Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / extensions / WEBGL_debug_renderer_info / extension.xml
index 4907abf..59e60ac 100644 (file)
@@ -14,6 +14,7 @@
     <p>WebGL implementations might mask the <code>RENDERER</code> and <code>VENDOR</code> strings of the underlying graphics driver for privacy reasons. This extension exposes new tokens to query this information in a guaranteed manner for debugging purposes.</p>
   </overview>
   <idl xml:space="preserve">
+[NoInterfaceObject]
 interface WEBGL_debug_renderer_info {
 
       const GLenum UNMASKED_VENDOR_WEBGL            = 0x9245;
@@ -87,5 +88,8 @@ interface WEBGL_debug_renderer_info {
     <revision date="2014/01/28">
       <change>Added issue on privacy and user agent sniffing considerations, replacing security section.</change>
     </revision>
+    <revision date="2014/07/15">
+      <change>Added NoInterfaceObject extended attribute.</change>
+    </revision>
   </history>
 </ratified>