// Copyright 2019 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/payments/content/icon/icon_size.h" #include "ui/display/display.h" #include "ui/display/screen.h" namespace payments { namespace { float DeviceScaleFactor(gfx::NativeView view) { … } } // namespace // static int IconSizeCalculator::IdealIconHeight(gfx::NativeView view) { … } // static int IconSizeCalculator::MinimumIconHeight() { … } } // namespace payments