| Index: include/core/SkImage.h
|
| diff --git a/include/core/SkImage.h b/include/core/SkImage.h
|
| index 6be3b6e54a954cead76ca35ed9fa4ec00c41d0ae..31985a6c6936a1b2918f7809d57a1c331a20841b 100644
|
| --- a/include/core/SkImage.h
|
| +++ b/include/core/SkImage.h
|
| @@ -28,8 +28,6 @@ class GrContext;
|
| class GrContextThreadSafeProxy;
|
| class GrTexture;
|
|
|
| -#define SK_SUPPORT_LEGACY_IMAGEFACTORY
|
| -
|
| /**
|
| * SkImage is an abstraction for drawing a rectagle of pixels, though the
|
| * particular type of image could be actually storing its data on the GPU, or
|
|
|