summaryrefslogtreecommitdiffstats
path: root/gfx/skia/skia/include/private/chromium/GrSlug.h
blob: 56841c5b993faad84da298a3f737561272514192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright 2021 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef GrSlug_DEFINED
#define GrSlug_DEFINED

#include "include/private/chromium/Slug.h"

// TODO: Update Chrome to use sktext::gpu classes and remove these
using GrSlug = sktext::gpu::Slug;

#endif  // GrSlug_DEFINED