commit | 3e87a8eda968a4a149f9339827f7045dda8707b8 | [log] [tgz] |
---|---|---|
author | Robert Phillips <[email protected]> | Wed Aug 25 13:22:24 2021 -0400 |
committer | SkCQ <[email protected]> | Wed Aug 25 18:32:17 2021 +0000 |
tree | db4065261320283d704ddf433553dfbad8e6b056 | |
parent | f61140481654aff8f240fab7374b892a6d3d46e8 [diff] [blame] |
Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace Bug: skia:11837 Change-Id: I9ee6343b5144b02e8f455df0ea01b8199a8f14e1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/440837 Commit-Queue: Robert Phillips <[email protected]> Reviewed-by: Greg Daniel <[email protected]>
diff --git a/tests/WrappedSurfaceCopyOnWriteTest.cpp b/tests/WrappedSurfaceCopyOnWriteTest.cpp index 1e773f3..9db0e93 100644 --- a/tests/WrappedSurfaceCopyOnWriteTest.cpp +++ b/tests/WrappedSurfaceCopyOnWriteTest.cpp
@@ -129,7 +129,7 @@ #if SK_GPU_V1 -// Make sure GrOpsTask are skippable +// Make sure OpsTask are skippable DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkipOpsTaskTest, reporter, ctxInfo) { GrDirectContext* dContext = ctxInfo.directContext();