| Index: skia/ext/bitmap_platform_device.cc
|
| ===================================================================
|
| --- skia/ext/bitmap_platform_device.cc (revision 96545)
|
| +++ skia/ext/bitmap_platform_device.cc (working copy)
|
| @@ -41,7 +41,7 @@
|
| namespace skia {
|
|
|
| void BitmapPlatformDevice::MakeOpaque(int x, int y, int width, int height) {
|
| - const SkBitmap& bitmap = accessBitmap(true);
|
| + const SkBitmap& bitmap = GetOwningDevice()->accessBitmap(true);
|
| SkASSERT(bitmap.config() == SkBitmap::kARGB_8888_Config);
|
|
|
| // FIXME(brettw): This is kind of lame, we shouldn't be dealing with
|
|
|