Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: sdk/lib/html/html_common/conversions.dart

Issue 153823007: Fix more warnings for dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698