| Index: src/core/SkRecordDraw.cpp
|
| diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp
|
| index 45324b8cecba03a10346a0abab4a2a192f5becde..577ffa125e1b9862228501495c3a3a1ba45014b3 100644
|
| --- a/src/core/SkRecordDraw.cpp
|
| +++ b/src/core/SkRecordDraw.cpp
|
| @@ -456,10 +456,6 @@ private:
|
| Bounds bounds(const DrawTextBlob& op) const {
|
| SkRect dst = op.blob->bounds();
|
| dst.offset(op.x, op.y);
|
| - // TODO: remove when implicit bounds are plumbed through
|
| - if (dst.isEmpty()) {
|
| - return fCurrentClipBounds;
|
| - }
|
| return this->adjustAndMap(dst, &op.paint);
|
| }
|
|
|
|
|