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

Unified Diff: sky/sdk/example/raw/spinning_square.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/spinning_image.dart ('k') | sky/sdk/lib/base/scheduler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/raw/spinning_square.dart
diff --git a/sky/sdk/example/raw/spinning_square.dart b/sky/sdk/example/raw/spinning_square.dart
index 3c3633839d959ac152884e5cd523ed79cc3641be..c64d40e590670bdcaa9b657527959f97a4ad498e 100644
--- a/sky/sdk/example/raw/spinning_square.dart
+++ b/sky/sdk/example/raw/spinning_square.dart
@@ -24,6 +24,6 @@ void beginFrame(double timeStamp) {
}
void main() {
- view.setBeginFrameCallback(beginFrame);
+ view.setFrameCallback(beginFrame);
view.scheduleFrame();
}
« no previous file with comments | « sky/sdk/example/raw/spinning_image.dart ('k') | sky/sdk/lib/base/scheduler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698