chromium/components/favicon/core/core_favicon_service.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/favicon/core/core_favicon_service.h"

#include "base/containers/contains.h"
#include "components/favicon_base/favicon_util.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/image/image.h"
#include "ui/gfx/image/image_skia.h"
#include "ui/gfx/image/image_skia_rep.h"

namespace favicon {

// static
std::vector<int> CoreFaviconService::GetPixelSizesForFaviconScales(
    int size_in_dip) {}

// static
std::vector<SkBitmap> CoreFaviconService::ExtractSkBitmapsToStore(
    const gfx::Image& image) {}

}  // namespace favicon