| Index: skia/ext/bitmap_platform_device.cc
|
| ===================================================================
|
| --- skia/ext/bitmap_platform_device.cc (revision 86628)
|
| +++ skia/ext/bitmap_platform_device.cc (working copy)
|
| @@ -40,7 +40,7 @@
|
|
|
| namespace skia {
|
|
|
| -void BitmapPlatformDevice::MakeOpaque(int x, int y, int width, int height) {
|
| +void BitmapPlatformDevice::makeOpaque(int x, int y, int width, int height) {
|
| const SkBitmap& bitmap = accessBitmap(true);
|
| SkASSERT(bitmap.config() == SkBitmap::kARGB_8888_Config);
|
|
|
|
|