Index: include/core/SkBitmap.h |
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h |
index d9749f04c4393e36170906e0981fbccb134d00b2..afce3a7278a73ecddc0f316cb2e049f2414318ca 100644 |
--- a/include/core/SkBitmap.h |
+++ b/include/core/SkBitmap.h |
@@ -730,7 +730,8 @@ private: |
const SkBitmap& fBitmap; |
bool fDidLock; |
}; |
-#define SkAutoLockPixels(...) SK_REQUIRE_LOCAL_VAR(SkAutoLockPixels) |
+//TODO(mtklein): uncomment when 71713004 lands and Chromium's fixed. |
+//#define SkAutoLockPixels(...) SK_REQUIRE_LOCAL_VAR(SkAutoLockPixels) |
/** Helper class that performs the lock/unlockColors calls on a colortable. |
The destructor will call unlockColors(false) if it has a bitmap's colortable |