diff options
author | Brian Salomon <bsalomon@google.com> | 2018-07-31 11:03:40 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-07-31 16:55:26 +0000 |
commit | ae5f9534b11915c6b927df2a681d2782d83a1b2f (patch) | |
tree | 77daaaaa525776ab690b002670105947688faf2f /gn | |
parent | 2f6791510574fe6ed62805f32c111dd29c68a782 (diff) |
Remove unused GrGpuResourceRef and GrTGpuResourceRef
Change-Id: I8b4b323549f51e4601ccb6612f65d354e163e93c
Reviewed-on: https://skia-review.googlesource.com/144504
Auto-Submit: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/gpu.gni | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni index ca86484d58..f4877a51b9 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -101,8 +101,6 @@ skia_gpu_sources = [ "$_src/gpu/GrGpuCommandBuffer.h", "$_src/gpu/GrGpuResourcePriv.h", "$_src/gpu/GrGpuResource.cpp", - "$_src/gpu/GrGpuResourceRef.cpp", - "$_src/gpu/GrGpuResourceRef.h", "$_src/gpu/GrImageTextureMaker.cpp", "$_src/gpu/GrImageTextureMaker.h", "$_src/gpu/GrMemoryPool.cpp", @@ -126,6 +124,7 @@ skia_gpu_sources = [ "$_src/gpu/GrPathRendering.h", "$_src/gpu/GrPathUtils.cpp", "$_src/gpu/GrPathUtils.h", + "$_src/gpu/GrPendingIOResource.h", "$_src/gpu/GrPendingProgramElement.h", "$_src/gpu/GrOnFlushResourceProvider.cpp", "$_src/gpu/GrOnFlushResourceProvider.h", |