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

Unified Diff: sky/sdk/example/raw/painting.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/engine/core/view/View.idl ('k') | sky/sdk/example/raw/shadow.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/raw/painting.dart
diff --git a/sky/sdk/example/raw/painting.dart b/sky/sdk/example/raw/painting.dart
index 8d94b62b6449bf48ed0cc0ac38c4f64c4ff3986e..90a7b467ad4977611f849d7ec2bf6174cf501f1e 100644
--- a/sky/sdk/example/raw/painting.dart
+++ b/sky/sdk/example/raw/painting.dart
@@ -88,6 +88,6 @@ void beginFrame(double timeStamp) {
}
void main() {
- sky.view.setBeginFrameCallback(beginFrame);
+ sky.view.setFrameCallback(beginFrame);
sky.view.scheduleFrame();
}
« no previous file with comments | « sky/engine/core/view/View.idl ('k') | sky/sdk/example/raw/shadow.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698