// 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. #include "chrome/browser/ui/views/web_apps/web_app_info_image_source.h" #include "ui/gfx/image/image_skia_rep.h" WebAppInfoImageSource::WebAppInfoImageSource( int dip_size, std::map<web_app::SquareSizePx, SkBitmap> icons) : … { … } WebAppInfoImageSource::~WebAppInfoImageSource() { … } gfx::ImageSkiaRep WebAppInfoImageSource::GetImageForScale(float scale) { … }