| Index: src/core/SkRecordDraw.cpp
|
| diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp
|
| index 0e4b5af580bf005fe8f3187bdbb718f7bd716beb..5ca9517d3f81cb7adef234596a3e1db9de5e87e5 100644
|
| --- a/src/core/SkRecordDraw.cpp
|
| +++ b/src/core/SkRecordDraw.cpp
|
| @@ -117,7 +117,6 @@
|
| DRAW(DrawAtlas, drawAtlas(r.atlas, r.xforms, r.texs, r.colors, r.count, r.mode, r.cull, r.paint));
|
| DRAW(DrawVertices, drawVertices(r.vmode, r.vertexCount, r.vertices, r.texs, r.colors,
|
| r.xmode, r.indices, r.indexCount, r.paint));
|
| -DRAW(DrawAnnotation, drawAnnotation(r.rect, r.key.c_str(), r.value));
|
| #undef DRAW
|
|
|
| template <> void Draw::draw(const DrawDrawable& r) {
|
| @@ -518,10 +517,6 @@
|
| return this->adjustAndMap(op.worstCaseBounds, nullptr);
|
| }
|
|
|
| - Bounds bounds(const DrawAnnotation& op) const {
|
| - return this->adjustAndMap(op.rect, nullptr);
|
| - }
|
| -
|
| static void AdjustTextForFontMetrics(SkRect* rect, const SkPaint& paint) {
|
| #ifdef SK_DEBUG
|
| SkRect correct = *rect;
|
|
|