aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/badpaint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/badpaint.cpp')
-rw-r--r--gm/badpaint.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gm/badpaint.cpp b/gm/badpaint.cpp
index 45b17f85fe..cce81465ad 100644
--- a/gm/badpaint.cpp
+++ b/gm/badpaint.cpp
@@ -30,12 +30,10 @@ protected:
SkMatrix badMatrix;
badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0);
-#if 0 // This crashes pipe!
// Empty bitmap.
fPaints.push_back().setColor(SK_ColorGREEN);
fPaints.back().setShader(SkShader::CreateBitmapShader(emptyBmp, SkShader::kClamp_TileMode,
SkShader::kClamp_TileMode))->unref();
-#endif
// Non-invertible local matrix.
fPaints.push_back().setColor(SK_ColorGREEN);