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

Unified Diff: sky/engine/core/view/View.idl

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.cpp ('k') | sky/sdk/example/raw/painting.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/view/View.idl
diff --git a/sky/engine/core/view/View.idl b/sky/engine/core/view/View.idl
index 4c4987adb2f50d86226f6d9c18c659ca7a1d61a7..97f075fae5508aae4686c792b4a7484a1322de8c 100644
--- a/sky/engine/core/view/View.idl
+++ b/sky/engine/core/view/View.idl
@@ -14,6 +14,6 @@ interface View {
void setEventCallback(EventCallback callback);
void setMetricsChangedCallback(VoidCallback callback);
- void setBeginFrameCallback(BeginFrameCallback callback);
+ void setFrameCallback(FrameCallback callback);
void scheduleFrame();
};
« no previous file with comments | « sky/engine/core/view/View.cpp ('k') | sky/sdk/example/raw/painting.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698