commit | 21a9b56fc201f7246c45f16773f64ee62ee3d77c | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Wed Apr 10 12:06:19 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Apr 10 18:02:02 2019 +0000 |
tree | 4eaaf17983cfe7058acb3b5a91579ec5152a2711 | |
parent | 7921c0115049d72569614a9bf277169e25b006e8 [diff] [blame] |
moved files generated from .fp files into generated/ directories Bug: skia: Change-Id: I8605cdfcc0b1c56c23a6075c7fe188ab7384681c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/207221 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
diff --git a/src/gpu/effects/GrXfermodeFragmentProcessor.cpp b/src/gpu/effects/GrXfermodeFragmentProcessor.cpp index e207e15..e3064bf 100644 --- a/src/gpu/effects/GrXfermodeFragmentProcessor.cpp +++ b/src/gpu/effects/GrXfermodeFragmentProcessor.cpp
@@ -7,8 +7,8 @@ #include "GrXfermodeFragmentProcessor.h" -#include "GrConstColorProcessor.h" #include "GrFragmentProcessor.h" +#include "generated/GrConstColorProcessor.h" #include "glsl/GrGLSLFragmentProcessor.h" #include "glsl/GrGLSLBlend.h" #include "glsl/GrGLSLFragmentShaderBuilder.h"