// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/gfx/image/image_skia_operations.h" #include <vector> #include "build/blink_buildflags.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/size.h" #include "ui/gfx/image/image_skia.h" #include "ui/gfx/image/image_skia_rep.h" #if BUILDFLAG(IS_IOS) #include "ui/base/resource/resource_scale_factor.h" #endif // BUILDFLAG(IS_IOS) namespace gfx { namespace { TEST(ImageSkiaOperationsTest, ResizeFailure) { … } } // namespace } // namespace gfx