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

Unified Diff: sky/engine/core/painting/PaintingCallback.idl

Issue 1017593005: Add a basic custom painting facility to Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing files Created 5 years, 9 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
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);
+};

Powered by Google App Engine
This is Rietveld 408576698