commit | c9c06d45863e64ae99ef54c8c56014c855f1ca65 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Mon Jun 12 10:58:31 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Jun 12 15:24:44 2017 +0000 |
tree | a828ad6919680cdc9f924f03a8c226127a2b1725 | |
parent | 03a787968a11bdd3b55d771d348702d0db51fd43 [diff] [blame] |
Remove GrTGpuResourceRef specializations This template is only used for GrBuffers now. Change-Id: Ia9e95576b01124657e64007231fbc0a83276e13f Reviewed-on: https://skia-review.googlesource.com/19484 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/glsl/GrGLSLXferProcessor.cpp b/src/gpu/glsl/GrGLSLXferProcessor.cpp index 41a4677..5af0f05 100644 --- a/src/gpu/glsl/GrGLSLXferProcessor.cpp +++ b/src/gpu/glsl/GrGLSLXferProcessor.cpp
@@ -8,6 +8,7 @@ #include "glsl/GrGLSLXferProcessor.h" #include "GrShaderCaps.h" +#include "GrTexture.h" #include "GrXferProcessor.h" #include "glsl/GrGLSLFragmentShaderBuilder.h" #include "glsl/GrGLSLProgramDataManager.h"