commit | e5a06ce678aad7640411f99f70f220f82ad49908 | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Wed Mar 04 16:12:22 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Mar 04 23:01:31 2020 +0000 |
tree | 9e6b54214f0da01b16a81739535cdc95817aeab5 | |
parent | 99456d7217af49515120244f82e694a35a3412d6 [diff] [blame] |
Move GrGpuResource GrSurface and GrTexture into src. Must land https://chromium-review.googlesource.com/c/chromium/src/+/2087980 before this can land. Bug: skia:7966 Change-Id: I60bbb1765bfbb2c96b2bc0c9826b6b9d57eb2a03 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/275077 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/gradients/generated/GrRadialGradientLayout.cpp b/src/gpu/gradients/generated/GrRadialGradientLayout.cpp index 79fbf48..64065e3 100644 --- a/src/gpu/gradients/generated/GrRadialGradientLayout.cpp +++ b/src/gpu/gradients/generated/GrRadialGradientLayout.cpp
@@ -10,7 +10,7 @@ **************************************************************************************************/ #include "GrRadialGradientLayout.h" -#include "include/gpu/GrTexture.h" +#include "src/gpu/GrTexture.h" #include "src/gpu/glsl/GrGLSLFragmentProcessor.h" #include "src/gpu/glsl/GrGLSLFragmentShaderBuilder.h" #include "src/gpu/glsl/GrGLSLProgramBuilder.h"