/* * Copyright 2019 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkTileModes_DEFINED #define SkTileModes_DEFINED #include "include/core/SkTypes.h" enum class SkTileMode { … }; static constexpr int kSkTileModeCount = …; #endif