/* * 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 SkPatchUtils_DEFINED #define SkPatchUtils_DEFINED #include "include/core/SkColor.h" #include "include/core/SkRefCnt.h" class SkColorSpace; class SkMatrix; class SkVertices; struct SkISize; struct SkPoint; class SkPatchUtils { … }; #endif