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

Unified Diff: sky/engine/core/loader/ImageLoaderCallback.idl

Issue 1156003007: Refactor image handling in Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: CR feedback from abarth 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/loader/ImageLoaderCallback.idl
diff --git a/sky/engine/core/painting/DrawLooper.idl b/sky/engine/core/loader/ImageLoaderCallback.idl
similarity index 68%
copy from sky/engine/core/painting/DrawLooper.idl
copy to sky/engine/core/loader/ImageLoaderCallback.idl
index 8fbda9d1f82e171b595c0d03c1eb0dc652f24f23..a8463add7f14b9c9413f43f6396239d1cee0ee0d 100644
--- a/sky/engine/core/painting/DrawLooper.idl
+++ b/sky/engine/core/loader/ImageLoaderCallback.idl
@@ -2,5 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface DrawLooper {
+callback interface ImageLoaderCallback {
+ void handleEvent(Image result);
};

Powered by Google App Engine
This is Rietveld 408576698