Add two missing properties to extern of WebGLContextAttributes

To be removed when the closure-compiler is updated
This commit is contained in:
Frederic Junod
2015-05-12 13:55:10 +02:00
parent d5c69b2e5e
commit fe79389fd3

View File

@@ -30,3 +30,15 @@ Touch.prototype.webkitRadiusX;
/** @type {number} */
Touch.prototype.webkitRadiusY;
/**
* @type {boolean}
*/
WebGLContextAttributes.prototype.preferLowPowerToHighPerformance;
/**
* @type {boolean}
*/
WebGLContextAttributes.prototype.failIfMajorPerformanceCaveat;