aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkTableColorFilter.h
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-04-28 08:48:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-28 08:48:20 -0700
commitcfc18867d982119d9dc2888bf09f1093012daadd (patch)
treeaf55e571828da1a7353457451bafab547079fa1f /include/effects/SkTableColorFilter.h
parent77772f3ca36c3fb7f2195615cce2adac2be2fec6 (diff)
Use GLSLCaps for creating processor keys and GLSL-specific programs
Effectively all this does is future-proof any GLSL-specific code, as GLSLCaps is just a typedef of GLCaps. BUG=skia: Review URL: https://codereview.chromium.org/1109863004
Diffstat (limited to 'include/effects/SkTableColorFilter.h')
-rw-r--r--include/effects/SkTableColorFilter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/effects/SkTableColorFilter.h b/include/effects/SkTableColorFilter.h
index 5714d072f2..e4d42dc00c 100644
--- a/include/effects/SkTableColorFilter.h
+++ b/include/effects/SkTableColorFilter.h
@@ -1,3 +1,9 @@
+/*
+* Copyright 2015 Google Inc.
+*
+* Use of this source code is governed by a BSD-style license that can be
+* found in the LICENSE file.
+*/
#ifndef SkTableColorFilter_DEFINED
#define SkTableColorFilter_DEFINED