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

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

Issue 1144193006: Sky: Add a DrawLooper interface to the painting API to be used for shadows. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: setPaint Created 5 years, 7 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/DrawLooperAddLayerCallback.idl
diff --git a/sky/engine/core/layout/LayoutCallback.idl b/sky/engine/core/painting/DrawLooperAddLayerCallback.idl
similarity index 67%
copy from sky/engine/core/layout/LayoutCallback.idl
copy to sky/engine/core/painting/DrawLooperAddLayerCallback.idl
index b6618f90c1c954c9bd239c3d753469120955b0d1..6b62dc3f562521832c5f0b6652461b8d24d4595d 100644
--- a/sky/engine/core/layout/LayoutCallback.idl
+++ b/sky/engine/core/painting/DrawLooperAddLayerCallback.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 DrawLooperAddLayerCallback {
+ void handleEvent(Paint paint);
};
« no previous file with comments | « sky/engine/core/painting/DrawLooperAddLayerCallback.cpp ('k') | sky/engine/core/painting/DrawLooperLayerInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698