chromium/components/favicon_base/fallback_icon_style.cc

// Copyright 2015 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_base/fallback_icon_style.h"

#include <algorithm>

#include "ui/gfx/color_analysis.h"
#include "ui/gfx/color_utils.h"

namespace favicon_base {

namespace  // namespace

FallbackIconStyle::FallbackIconStyle()
    :{}

FallbackIconStyle::~FallbackIconStyle() {}

bool FallbackIconStyle::operator==(const FallbackIconStyle& other) const {}

void SetDominantColorAsBackground(base::span<const uint8_t> bitmap_data,
                                  FallbackIconStyle* style) {}

}  // namespace favicon_base