// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_WEB_APPS_WEB_APP_INFO_IMAGE_SOURCE_H_ #define CHROME_BROWSER_UI_VIEWS_WEB_APPS_WEB_APP_INFO_IMAGE_SOURCE_H_ #include <map> #include "chrome/browser/web_applications/web_app_install_info.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/gfx/image/image_skia_source.h" // An image source which draws from a WebAppInstallInfo icons list. class WebAppInfoImageSource : public gfx::ImageSkiaSource { … }; #endif // CHROME_BROWSER_UI_VIEWS_WEB_APPS_WEB_APP_INFO_IMAGE_SOURCE_H_