aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
authorGravatar sugoi@google.com <sugoi@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-21 16:44:45 +0000
committerGravatar sugoi@google.com <sugoi@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-21 16:44:45 +0000
commit5347de16116e7b8aaa7d06696fbaa37ffc08899c (patch)
treec7c756ebce9729cec0fbcb988060295519117544 /include/config
parentb2e138c2bf630a25c76733121ce98864b448e085 (diff)
Simple change to remove unnecessary #define statement.
BUG=http://code.google.com/p/chromium/issues/detail?id=137924 TEST=TestDeferredCanvasBitmapSizeThreshold unit test Review URL: https://codereview.appspot.com/6845071 git-svn-id: http://skia.googlecode.com/svn/trunk@6531 2bbb7eff-a529-9590-31e7-b0007b416f81
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