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

Unified Diff: sdk/lib/web_gl/dartium/web_gl_dartium.dart

Issue 142713007: Updating IDL files from Chrome roll. (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
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/web_gl/dartium/web_gl_dartium.dart
diff --git a/sdk/lib/web_gl/dartium/web_gl_dartium.dart b/sdk/lib/web_gl/dartium/web_gl_dartium.dart
index 867aa672c3de3a81fa1b647d8b71270d3620cde8..dc75871dc43509142b2902c19a6eb2542b4f74d5 100644
--- a/sdk/lib/web_gl/dartium/web_gl_dartium.dart
+++ b/sdk/lib/web_gl/dartium/web_gl_dartium.dart
@@ -544,6 +544,16 @@ class ContextAttributes extends NativeFieldWrapperClass2 {
@DocsEditable()
void set depth(bool value) native "WebGLContextAttributes_depth_Setter";
+ @DomName('WebGLContextAttributes.failIfMajorPerformanceCaveat')
+ @DocsEditable()
+ @Experimental() // untriaged
+ bool get failIfMajorPerformanceCaveat native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Getter";
+
+ @DomName('WebGLContextAttributes.failIfMajorPerformanceCaveat')
+ @DocsEditable()
+ @Experimental() // untriaged
+ void set failIfMajorPerformanceCaveat(bool value) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Setter";
+
@DomName('WebGLContextAttributes.premultipliedAlpha')
@DocsEditable()
bool get premultipliedAlpha native "WebGLContextAttributes_premultipliedAlpha_Getter";
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698