Index: src/core/SkRecordDraw.cpp |
diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp |
index 3fed8de95caf6615a9c7f9ad014ce2bb3c635c37..9b08426670fc4bfc2410fb1cb1aa1cba091e3916 100644 |
--- a/src/core/SkRecordDraw.cpp |
+++ b/src/core/SkRecordDraw.cpp |
@@ -177,7 +177,7 @@ public: |
// Finally feed all stored bounds into the BBH. They'll be returned in this order. |
if (bbh) { |
- bbh->insert(&fBounds, fNumRecords); |
+ bbh->insert(fBounds.get(), fNumRecords); |
} |
} |