diff options
author | Brian Salomon <bsalomon@google.com> | 2017-07-21 16:15:19 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-07-24 13:47:49 +0000 |
commit | b7506c3ecf8c347778c85e9085e50f08e290086a (patch) | |
tree | eba837f6410b0766dd5856a30722e23f122527b1 /gn | |
parent | e44ef10ebbc7f64b627a9ac3a562bd87b3001b0c (diff) |
Remove unused function GrDrawOp::DumpPipelineInfo
This was used by subclasses of GrLegacyMeshDrawOp.
Change-Id: I421589dfdc253bdf43aeac9fa9af0647c70811dd
Reviewed-on: https://skia-review.googlesource.com/25804
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/gpu.gni | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni index 784ac8fb08..b058b0307c 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -252,7 +252,6 @@ skia_gpu_sources = [ "$_src/gpu/ops/GrDiscardOp.h", "$_src/gpu/ops/GrDrawAtlasOp.cpp", "$_src/gpu/ops/GrDrawAtlasOp.h", - "$_src/gpu/ops/GrDrawOp.cpp", "$_src/gpu/ops/GrDrawOp.h", "$_src/gpu/ops/GrDrawPathOp.cpp", "$_src/gpu/ops/GrDrawPathOp.h", |