/* * Copyright 2014 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkCachedData_DEFINED #define SkCachedData_DEFINED #include "include/core/SkTypes.h" #include "include/private/base/SkMutex.h" #include "include/private/base/SkNoncopyable.h" #include <cstddef> class SkDiscardableMemory; class SkCachedData : ::SkNoncopyable { … }; #endif