aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmap.cpp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-25 15:48:17 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-25 15:48:17 +0000
commit1bdb857768e4a01489060e16c875fa553a847a25 (patch)
tree05c94ea95b3748ba31feb2321b4ed0efa821435d /src/core/SkBitmap.cpp
parent5fa2107842e017ee5932955ecf89ceca179e4630 (diff)
Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined.
Diffstat (limited to 'src/core/SkBitmap.cpp')
-rw-r--r--src/core/SkBitmap.cpp2
1 files changed, 0 insertions, 2 deletions
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