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

Unified Diff: sky/sdk/example/raw/spinning_arabic.dart

Issue 1214943005: Rename scheduleFrame/setBeginFrameCallback (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing files Created 5 years, 5 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 | « sky/sdk/example/raw/shadow.dart ('k') | sky/sdk/example/raw/spinning_image.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/raw/spinning_arabic.dart
diff --git a/sky/sdk/example/raw/spinning_arabic.dart b/sky/sdk/example/raw/spinning_arabic.dart
index c9c70e0b0ecd774a9bccdd1b9e1c4fb45c57d20a..bb49ed34b0c81304ba2deb6319dca2e6c6cdf4de 100644
--- a/sky/sdk/example/raw/spinning_arabic.dart
+++ b/sky/sdk/example/raw/spinning_arabic.dart
@@ -43,6 +43,6 @@ void main() {
layoutRoot.rootElement = block;
- view.setBeginFrameCallback(beginFrame);
+ view.setFrameCallback(beginFrame);
view.scheduleFrame();
}
« no previous file with comments | « sky/sdk/example/raw/shadow.dart ('k') | sky/sdk/example/raw/spinning_image.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698