aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-03-09 11:12:19 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-09 18:22:02 +0000
commit11b30519f00b9c2e256401985892d3d01f2eef9b (patch)
tree99ca4014bed502f6ddcc4cb76eea69997cf08b33 /include
parent26102cb6044700fd5c2a059437d75295be3dadaf (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkSurfaceCharacterization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkSurfaceCharacterization.h b/include/core/SkSurfaceCharacterization.h
index 65e5e23d4b..9888c59164 100644
--- a/include/core/SkSurfaceCharacterization.h
+++ b/include/core/SkSurfaceCharacterization.h
@@ -18,7 +18,7 @@ class SkColorSpace;
// 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"