aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRenderTargetOpList.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-09-14 10:56:45 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-14 16:12:21 +0000
commit9d6c64f29a27496c9b778ec55aff0fdc851fd066 (patch)
tree0393490f36234c2af047e2b091bd74645f89ff1e /src/gpu/GrRenderTargetOpList.h
parentd0530ba8f406ef287ce89a995ce7be4b32ab6e85 (diff)
Make GrCopySurfaceOp participate in the GrOplist DAG
Change-Id: Ic72884c8447ad950a91a2afe9566dd5a92dd6f11 Reviewed-on: https://skia-review.googlesource.com/46582 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrRenderTargetOpList.h')
-rw-r--r--src/gpu/GrRenderTargetOpList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrRenderTargetOpList.h b/src/gpu/GrRenderTargetOpList.h
index d80f667655..55fc904839 100644
--- a/src/gpu/GrRenderTargetOpList.h
+++ b/src/gpu/GrRenderTargetOpList.h
@@ -74,7 +74,7 @@ public:
op->visitProxies(addDependency);
- this->recordOp(std::move(op), caps, nullptr, nullptr);
+ this->recordOp(std::move(op), caps);
return this->uniqueID();
}