diff options
author | Ethan Nicholas <ethannicholas@google.com> | 2018-02-01 12:14:34 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-02-01 18:22:03 +0000 |
commit | 130fb3f7aac19e40eddfc8fa85a9b39e7c99a7e8 (patch) | |
tree | 8daee5ab96a5bdc06e991ff8d1e370c011b6b7a5 /src/gpu/effects/GrConstColorProcessor.fp | |
parent | 28eaed254dcd73b42c15b73528f349cccd7797e5 (diff) |
updated .fp file headers
Bug: skia:
Change-Id: I9c39622f34e803a706acd04372be569667380661
Reviewed-on: https://skia-review.googlesource.com/102204
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/effects/GrConstColorProcessor.fp')
-rw-r--r-- | src/gpu/effects/GrConstColorProcessor.fp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gpu/effects/GrConstColorProcessor.fp b/src/gpu/effects/GrConstColorProcessor.fp index d7db4f047c..dbad279331 100644 --- a/src/gpu/effects/GrConstColorProcessor.fp +++ b/src/gpu/effects/GrConstColorProcessor.fp @@ -1,3 +1,10 @@ +/* + * Copyright 2018 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + enum class InputMode { kIgnore, kModulateRGBA, |