aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-24 18:51:43 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-24 18:51:43 +0000
commitd5f032d46baa42f836d06d7372fba8f022a20dfa (patch)
treed3f126d6eabc4f2ac7dda4884d68d92d8b19b19b /include
parent3d305207bd40f4e5ae10010492420a2fdfa1153c (diff)
Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia.
Clean up our callers who depend on the deprecated function. R=scroggo@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/178003003 git-svn-id: http://skia.googlecode.com/svn/trunk@13566 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkBitmap.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index 06ffcb0f69..578865eb80 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -16,6 +16,8 @@
//#define SK_SUPPORT_LEGACY_COPYTO_CONFIG
+//#define SK_SUPPORT_DEEPCOPYTO_CONFIG
+
struct SkMask;
struct SkIRect;
struct SkRect;
@@ -24,9 +26,6 @@ class SkPixelRef;
class SkPixelRefFactory;
class SkRegion;
class SkString;
-
-#define SK_SUPPORT_DEEPCOPYTO_CONFIG
-
class GrTexture;
/** \class SkBitmap