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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 12597003: Revert "Update context2d.arc to take optional anticlockwise parameter" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « tests/html/canvasrenderingcontext2d_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index d9d2f63db689f6ddf2cad2bf778f4f51cd41b990..0450497d67e9aceae2e19920a87ccfb41fbed76c 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -138,12 +138,6 @@ interface WebGLRenderingContext {
};
[Supplemental]
-interface CanvasRenderingContext2D {
- [Suppressed] any arc( float x, float y, float radius, float startAngle, float endAngle, boolean anticlockwise);
- [Custom] void arc( float x, float y, float radius, float startAngle, float endAngle, [Optional] boolean anticlockwise);
-};
-
-[Supplemental]
interface CSSStyleDeclaration {
void setProperty(in DOMString propertyName, in DOMString value, [Optional] in DOMString priority);
[DartName=_getPropertyValue] DOMString getPropertyValue(in DOMString propertyName);
@@ -271,6 +265,7 @@ interface EntrySync {
EntrySync getParent();
};
+
[Supplemental,
CustomConstructor,
Constructor(in Array blobParts,
@@ -362,5 +357,6 @@ interface XMLHttpRequest {
raises(DOMException);
};
+
[Suppressed]
interface Entity {};
« no previous file with comments | « tests/html/canvasrenderingcontext2d_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698