/* * 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 SkMaskCache_DEFINED #define SkMaskCache_DEFINED #include "include/core/SkScalar.h" class SkCachedData; class SkRRect; class SkResourceCache; enum SkBlurStyle : int; struct SkMask; struct SkRect; template <typename T> class SkTLazy; class SkMaskCache { … }; #endif