/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkTrimPathEffect_DEFINED #define SkTrimPathEffect_DEFINED #include "include/core/SkRefCnt.h" #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" class SkPathEffect; class SK_API SkTrimPathEffect { … }; #endif