| Index: src/core/SkBitmapDevice.cpp
|
| diff --git a/src/core/SkBitmapDevice.cpp b/src/core/SkBitmapDevice.cpp
|
| index 7731a920dca9ef988b33c7c9f223d9edc25728b1..369f10c1bf470e3633042525021a16ba271963bb 100644
|
| --- a/src/core/SkBitmapDevice.cpp
|
| +++ b/src/core/SkBitmapDevice.cpp
|
| @@ -77,14 +77,6 @@ void SkBitmapDevice::unlockPixels() {
|
| }
|
| }
|
|
|
| -void SkBitmapDevice::getGlobalBounds(SkIRect* bounds) const {
|
| - if (NULL != bounds) {
|
| - const SkIPoint& origin = this->getOrigin();
|
| - bounds->setXYWH(origin.x(), origin.y(),
|
| - fBitmap.width(), fBitmap.height());
|
| - }
|
| -}
|
| -
|
| void SkBitmapDevice::clear(SkColor color) {
|
| fBitmap.eraseColor(color);
|
| }
|
|
|