aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
Diffstat (limited to 'include/config')
-rw-r--r--include/config/SkUserConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index ae5865ab37..430b4dd5fe 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -200,11 +200,4 @@
*/
//#define SK_SUPPORT_GPU 1
-/* Defines the maximum size allowed for a given image to be rendered using the
- deferred canvas. If the image is larger than this threshold, the image
- is considered too large and the copy done by the deferred canvas too
- expensive, so an image of that size would instead be drawn immediately.
-*/
-//#define SK_DEFERRED_CANVAS_BITMAP_SIZE_THRESHOLD 1048576
-
#endif