blob: a8463add7f14b9c9413f43f6396239d1cee0ee0d [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
callback interface ImageLoaderCallback {
void handleEvent(Image result);
};