4c26a927a6
Change-Id: Ie1d94106a741a9cc51dfd13813f143374392489a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/543516 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
17 lines
363 B
C
17 lines
363 B
C
/*
|
|
* 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
|