Index: skia/ext/bitmap_platform_device.cc |
=================================================================== |
--- skia/ext/bitmap_platform_device.cc (revision 86706) |
+++ 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); |