blob: 558d0419c02e37a76ca3b03b42763c729bfefdad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* Copyright 2010 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrStringBuilder_DEFINED
#define GrStringBuilder_DEFINED
#include "SkString.h"
typedef SkString GrStringBuilder;
#endif
|