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

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

Powered by Google App Engine
This is Rietveld 408576698