commit | 8bd6e8f1983fe2ebc51c0c46782f962a0e052fa9 | [log] [tgz] |
---|---|---|
author | Ben Wagner <bungeman@google.com> | Wed May 15 09:28:52 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed May 15 14:15:07 2019 +0000 |
tree | a4bea97f5ae81e9b4cb60c4e4eef12502d884b84 | |
parent | 39ef2ef5868a9dbd2b9f575c6ebc834c0bb13131 [diff] [blame] |
Move SkTSearch.h into src. No public headers are using it anymore, so move it from include/private into src/core where SkTSearch.cpp resides. Change-Id: I4499c629487ff1b8c391b44708616d67567a3e9b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/213674 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
diff --git a/src/gpu/gl/GrGLGpuProgramCache.cpp b/src/gpu/gl/GrGLGpuProgramCache.cpp index e2a68e1..7523292 100644 --- a/src/gpu/gl/GrGLGpuProgramCache.cpp +++ b/src/gpu/gl/GrGLGpuProgramCache.cpp
@@ -7,7 +7,7 @@ #include "src/gpu/gl/GrGLGpu.h" -#include "include/private/SkTSearch.h" +#include "src/core/SkTSearch.h" #include "src/gpu/GrProcessor.h" #include "src/gpu/GrProgramDesc.h" #include "src/gpu/gl/GrGLPathRendering.h"