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

Unified Diff: runtime/embedders/openglui/common/vm_glue.cc

Issue 12506004: Added window.requestAnimationFrame. (Closed) Base URL: http://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 | « runtime/embedders/openglui/common/gl.dart ('k') | samples/openglui/android/android.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/embedders/openglui/common/vm_glue.cc
===================================================================
--- runtime/embedders/openglui/common/vm_glue.cc (revision 19664)
+++ runtime/embedders/openglui/common/vm_glue.cc (working copy)
@@ -237,7 +237,7 @@
if (initialized_script_) {
Dart_EnterIsolate(isolate_);
Dart_EnterScope();
- int rtn = Invoke("update", 0, 0);
+ int rtn = Invoke("update_", 0, 0);
Dart_ExitScope();
Dart_ExitIsolate();
return rtn;
« no previous file with comments | « runtime/embedders/openglui/common/gl.dart ('k') | samples/openglui/android/android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698