commit | 4cfae3bc24aa064c5cc73574d36fb57a31b6e0e2 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Thu Jul 23 10:33:24 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Jul 24 13:26:07 2020 +0000 |
tree | 9136f099c7251067953961e7b7f2ee3dfa8942d9 | |
parent | 13e3faebc619cd2a448187d48de763b0b5c8e794 [diff] [blame] |
Remove GrTexturePriv This existed because GrTexture used to be public. Change-Id: I5e507084ae12058a20481b517b9130b41c793d29 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/305521 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/gl/GrGLUniformHandler.cpp b/src/gpu/gl/GrGLUniformHandler.cpp index 396a9ac..1e2b31c 100644 --- a/src/gpu/gl/GrGLUniformHandler.cpp +++ b/src/gpu/gl/GrGLUniformHandler.cpp
@@ -7,7 +7,7 @@ #include "src/gpu/gl/GrGLUniformHandler.h" -#include "src/gpu/GrTexturePriv.h" +#include "src/gpu/GrTexture.h" #include "src/gpu/gl/GrGLCaps.h" #include "src/gpu/gl/GrGLGpu.h" #include "src/gpu/gl/builders/GrGLProgramBuilder.h"