Index: sdk/lib/html/html_common/conversions.dart |
diff --git a/sdk/lib/html/html_common/conversions.dart b/sdk/lib/html/html_common/conversions.dart |
index c65c3aba57f088963c4b4b02cafdfd4334c1c1ae..8f7551ced39edfe3bc93acdc3f4188818f5b5281 100644 |
--- a/sdk/lib/html/html_common/conversions.dart |
+++ b/sdk/lib/html/html_common/conversions.dart |
@@ -304,6 +304,7 @@ class _TypedContextAttributes implements gl.ContextAttributes { |
bool premultipliedAlpha; |
bool preserveDrawingBuffer; |
bool stencil; |
+ bool failIfMajorPerformanceCaveat; |
_TypedContextAttributes(this.alpha, this.antialias, this.depth, |
this.premultipliedAlpha, this.preserveDrawingBuffer, this.stencil); |