chromium/third_party/skia/src/core/SkDebugUtils.h

/*
 * Copyright 2022 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef SkDebugUtils_DEFINED
#define SkDebugUtils_DEFINED

#include "include/core/SkTileMode.h"

static constexpr const char* SkTileModeToStr(SkTileMode tm) {}

#endif // SkDebugUtils_DEFINED