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
This commit is contained in:
bungeman@google.com 2012-10-25 15:48:17 +00:00
parent 5fa2107842
commit 1bdb857768

View 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