| Index: sky/engine/core/view/BeginFrameCallback.idl
|
| diff --git a/sky/engine/core/layout/LayoutCallback.idl b/sky/engine/core/view/BeginFrameCallback.idl
|
| similarity index 67%
|
| copy from sky/engine/core/layout/LayoutCallback.idl
|
| copy to sky/engine/core/view/BeginFrameCallback.idl
|
| index b6618f90c1c954c9bd239c3d753469120955b0d1..eb8b9aebea593dd6c9ee56231ae46378baba3afb 100644
|
| --- a/sky/engine/core/layout/LayoutCallback.idl
|
| +++ b/sky/engine/core/view/BeginFrameCallback.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 LayoutCallback {
|
| - void handleEvent();
|
| +callback interface BeginFrameCallback {
|
| + boolean handleEvent(double highResTime);
|
| };
|
|
|