// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_TILES_IMAGE_DECODE_CACHE_UTILS_H_ #define CC_TILES_IMAGE_DECODE_CACHE_UTILS_H_ #include "base/memory/memory_pressure_listener.h" #include "build/build_config.h" #include "cc/cc_export.h" #include "cc/paint/paint_flags.h" #include "third_party/skia/include/core/SkPixmap.h" namespace cc { class CC_EXPORT ImageDecodeCacheUtils { … }; } // namespace cc #endif // CC_TILES_IMAGE_DECODE_CACHE_UTILS_H_