aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2018-04-13 16:53:07 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-13 21:37:37 +0000
commit43f6d4516b03166783c45ba9298d207911823496 (patch)
tree673ce0f41a33b13e54cb01a0c4cefae13ed3bec8 /src/sksl
parent1e00d19f7a411bf96fd33539f3e2c9615e449db3 (diff)
fix sksl standalone build error
Bug: skia: Change-Id: I7de6d46a5774b5820bb6468a418be7c56da8510b Reviewed-on: https://skia-review.googlesource.com/121421 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'src/sksl')
-rw-r--r--src/sksl/SkSLUtil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sksl/SkSLUtil.h b/src/sksl/SkSLUtil.h
index 41324ce8bd..78a80736b8 100644
--- a/src/sksl/SkSLUtil.h
+++ b/src/sksl/SkSLUtil.h
@@ -170,6 +170,10 @@ public:
bool incompleteShortIntPrecision() const {
return false;
}
+
+ const char* fbFetchColorName() const {
+ return nullptr;
+ }
};
extern StandaloneShaderCaps standaloneCaps;