From 1bdb857768e4a01489060e16c875fa553a847a25 Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Thu, 25 Oct 2012 15:48:17 +0000 Subject: Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined. https://codereview.appspot.com/6778044/ git-svn-id: http://skia.googlecode.com/svn/trunk@6111 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkBitmap.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/SkBitmap.cpp') diff --git a/src/core/SkBitmap.cpp b/src/core/SkBitmap.cpp index 61a4c8f7a5..faf6e0353d 100644 --- a/src/core/SkBitmap.cpp +++ b/src/core/SkBitmap.cpp @@ -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 -- cgit v1.2.3