Merge pull request #3688 from fredj/failIfMajorPerformanceCaveat_externs

Add two missing properties to extern of WebGLContextAttributes
This commit is contained in:
Frédéric Junod
2015-05-12 15:14:05 +02:00

View File

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