Enable opList-based DDLs

This relies on https://skia-review.googlesource.com/c/skia/+/113268 (https://skia-review.googlesource.com/c/skia/+/113268) landing first

Change-Id: I473d71adbf1e5a9f1ec9ff2d0060920e98429e03
Reviewed-on: https://skia-review.googlesource.com/113169
Reviewed-by: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/include/core/SkSurfaceCharacterization.h b/include/core/SkSurfaceCharacterization.h
index 65e5e23..9888c59 100644
--- a/include/core/SkSurfaceCharacterization.h
+++ b/include/core/SkSurfaceCharacterization.h
@@ -18,7 +18,7 @@
 
 // This define can be used to swap between the default (raster) DDL implementation and the
 // gpu implementation.
-#define SK_RASTER_RECORDER_IMPLEMENTATION 1
+//#define SK_RASTER_RECORDER_IMPLEMENTATION 1
 
 #if SK_SUPPORT_GPU
 #include "GrContext.h"