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

Unified Diff: sky/engine/core/css/CSS.idl

Issue 936563002: Make tests/clipping/canvas-rounded-corners.sky actually run. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: sky/engine/core/css/CSS.idl
diff --git a/sky/engine/core/css/CSS.idl b/sky/engine/core/css/CSS.idl
index 95be79b51afbe8b99f8b8508e292472c03aa44c6..582333fd208c9ffb012e603f7c8d04f4cf6d81d0 100644
--- a/sky/engine/core/css/CSS.idl
+++ b/sky/engine/core/css/CSS.idl
@@ -31,6 +31,7 @@
NoInterfaceObject,
ImplementedAs=DOMWindowCSS,
] interface CSS {
- boolean supports(DOMString property, DOMString value);
+ // Dart does not support overloads.
+ // boolean supports(DOMString property, DOMString value);
boolean supports(DOMString conditionText);
};
« no previous file with comments | « sky/engine/bindings/scripts/dart_interface.py ('k') | sky/engine/core/html/canvas/CanvasRenderingContext2D.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698