aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/ir/SkSLModifiersDeclaration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sksl/ir/SkSLModifiersDeclaration.h')
-rw-r--r--src/sksl/ir/SkSLModifiersDeclaration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sksl/ir/SkSLModifiersDeclaration.h b/src/sksl/ir/SkSLModifiersDeclaration.h
index a0ce74852d..625954d7c7 100644
--- a/src/sksl/ir/SkSLModifiersDeclaration.h
+++ b/src/sksl/ir/SkSLModifiersDeclaration.h
@@ -4,7 +4,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-
+
#ifndef SKSL_MODIFIERDECLARATION
#define SKSL_MODIFIERDECLARATION
@@ -23,7 +23,7 @@ struct ModifiersDeclaration : public ProgramElement {
: INHERITED(Position(), kModifiers_Kind)
, fModifiers(modifiers) {}
- String description() const {
+ SkString description() const {
return fModifiers.description() + ";";
}