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

Unified Diff: sky/engine/core/view/FrameCallback.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/FrameCallback.h ('k') | sky/engine/core/view/View.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/view/FrameCallback.idl
diff --git a/sky/engine/core/view/BeginFrameCallback.idl b/sky/engine/core/view/FrameCallback.idl
similarity index 84%
rename from sky/engine/core/view/BeginFrameCallback.idl
rename to sky/engine/core/view/FrameCallback.idl
index eb8b9aebea593dd6c9ee56231ae46378baba3afb..0f4a19525ba363511dbd8e876b3c9cdf868a657b 100644
--- a/sky/engine/core/view/BeginFrameCallback.idl
+++ b/sky/engine/core/view/FrameCallback.idl
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-callback interface BeginFrameCallback {
+callback interface FrameCallback {
boolean handleEvent(double highResTime);
};
« no previous file with comments | « sky/engine/core/view/FrameCallback.h ('k') | sky/engine/core/view/View.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698