Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: include/core/SkBitmap.h

Issue 178003003: Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix error of unused-function Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/gmmain.cpp ('k') | tests/GpuBitmapCopyTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkBitmap.h
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index 364a1cd64f38d6d977a4972e42c7a36ab15368fe..4eea9ec7ffeb166a0fd57b8adfde35923d6b9d69 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
« no previous file with comments | « gm/gmmain.cpp ('k') | tests/GpuBitmapCopyTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698