aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/ir/SkSLUnresolvedFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sksl/ir/SkSLUnresolvedFunction.h')
-rw-r--r--src/sksl/ir/SkSLUnresolvedFunction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sksl/ir/SkSLUnresolvedFunction.h b/src/sksl/ir/SkSLUnresolvedFunction.h
index 76741cfca8..c5fdbd0734 100644
--- a/src/sksl/ir/SkSLUnresolvedFunction.h
+++ b/src/sksl/ir/SkSLUnresolvedFunction.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_UNRESOLVEDFUNCTION
#define SKSL_UNRESOLVEDFUNCTION
@@ -26,7 +26,7 @@ struct UnresolvedFunction : public Symbol {
#endif
}
- virtual SkString description() const override {
+ virtual String description() const override {
return fName;
}