Index: dm/DMSrcSink.cpp |
diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp |
index 028dff886b444d5b54736794cd357f16b759b5ab..d523a353f16ba4fb09d5fae1a83506f596860b77 100644 |
--- a/dm/DMSrcSink.cpp |
+++ b/dm/DMSrcSink.cpp |
@@ -123,10 +123,7 @@ Error BRDSrc::draw(SkCanvas* canvas) const { |
const uint32_t width = brd->width(); |
const uint32_t height = brd->height(); |
- // Visually inspecting very small output images is not necessary. |
- if ((width / fSampleSize <= 10 || height / fSampleSize <= 10) && 1 != fSampleSize) { |
- return Error::Nonfatal("Scaling very small images is uninteresting."); |
- } |
+ |
switch (fMode) { |
case kFullImage_Mode: { |
SkBitmap bitmap; |