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();