Index: sky/engine/core/painting/PaintingCallback.idl |
diff --git a/mojo/dart/embedder/core/buffer_patch.dart b/sky/engine/core/painting/PaintingCallback.idl |
similarity index 65% |
copy from mojo/dart/embedder/core/buffer_patch.dart |
copy to sky/engine/core/painting/PaintingCallback.idl |
index fd34d1f948f5ec7f1a52aa9c11ace583055636de..7bc7c20b1b7a1b6c3c4c778889c452d0dc39dc13 100644 |
--- a/mojo/dart/embedder/core/buffer_patch.dart |
+++ b/sky/engine/core/painting/PaintingCallback.idl |
@@ -2,3 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+callback interface PaintingCallback { |
+ void handleEvent(PaintingContext context); |
+}; |