diff options
author | Robert Phillips <robertphillips@google.com> | 2017-08-29 07:24:09 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-08-29 11:43:01 +0000 |
commit | 6b47c7d19fcc95d2c3dbce582a8d68bb3bf6ba2a (patch) | |
tree | afda9768b3f6fe651113708c32d586c7a8951d54 /gn | |
parent | 5aa3a84d27ddaa787b301428940ec3035d7c0bef (diff) |
Store discard request on the opList and remove GrDiscardOp (take 3)
Change-Id: Ided58e0110b0b4e611ab65f46c18a6ae2b85f1bc
Reviewed-on: https://skia-review.googlesource.com/39340
Reviewed-by: Robert Phillips <robertphillips@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@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 602a1f8a9b..285097287b 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -247,7 +247,6 @@ skia_gpu_sources = [ "$_src/gpu/ops/GrDashOp.h", "$_src/gpu/ops/GrDefaultPathRenderer.cpp", "$_src/gpu/ops/GrDefaultPathRenderer.h", - "$_src/gpu/ops/GrDiscardOp.h", "$_src/gpu/ops/GrDebugMarkerOp.h", "$_src/gpu/ops/GrDrawAtlasOp.cpp", "$_src/gpu/ops/GrDrawAtlasOp.h", |