Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined.
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 25 Oct 2012 15:48:17 +0000 (15:48 +0000)
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 25 Oct 2012 15:48:17 +0000 (15:48 +0000)
https://codereview.appspot.com/6778044/

git-svn-id: http://skia.googlecode.com/svn/trunk@6111 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkBitmap.cpp

index 61a4c8f..faf6e03 100644 (file)
@@ -829,9 +829,7 @@ bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
     SkBitmap dst;
     dst.setConfig(this->config(), r.width(), r.height(), this->rowBytes());
     dst.setIsVolatile(this->isVolatile());
-#ifndef SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX
     dst.setIsOpaque(this->isOpaque());
-#endif
 
     if (fPixelRef) {
         // share the pixelref with a custom offset