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

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

Issue 1753813005: Fixed createImageData and added RequestAnimationFrameCallback for compat (Closed) Base URL: git@github.com:dart-lang/sdk.git@integration
Patch Set: cherry-pick integration fix to master Created 4 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: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index bf857a82a945b384faf5f21c34a6d2baaf592029..0014a1b0a29da1a7d2d3159ef89aae47a1474ca5 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -60,6 +60,11 @@ interface TimeoutHandler {
void handleEvent();
};
+[Callback]
+interface RequestAnimationFrameCallback{
+ void handleEvent(double highResTime);
+};
+
// FIXME(leafp): This is a temporary hack to get things running while
// we are still generating _blink from the dart side idl files.
// Once we are up and running generating dart:_blink in dartium

Powered by Google App Engine
This is Rietveld 408576698