Index: core/html/canvas/WebGLContextAttributes.idl |
diff --git a/core/html/canvas/WebGLContextAttributes.idl b/core/html/canvas/WebGLContextAttributes.idl |
index d97164405cc9c86b87dfad182ad055456e4fdbcc..0fe4662533a55a1f63b83b217112ba746e5cc749 100644 |
--- a/core/html/canvas/WebGLContextAttributes.idl |
+++ b/core/html/canvas/WebGLContextAttributes.idl |
@@ -33,4 +33,5 @@ |
attribute boolean antialias; |
attribute boolean premultipliedAlpha; |
attribute boolean preserveDrawingBuffer; |
+ attribute boolean failIfMajorPerformanceCaveat; |
}; |