Chromium Code Reviews| Index: skia/ext/bitmap_platform_device_linux.cc |
| =================================================================== |
| --- skia/ext/bitmap_platform_device_linux.cc (revision 80484) |
| +++ skia/ext/bitmap_platform_device_linux.cc (working copy) |
| @@ -151,7 +151,7 @@ |
| return false; |
| } |
| -cairo_t* BitmapPlatformDevice::beginPlatformPaint() { |
| +cairo_t* BitmapPlatformDevice::BeginPlatformPaint() { |
| data_->LoadConfig(); |
| cairo_t* cairo = data_->bitmap_context(); |
| cairo_surface_t* surface = cairo_get_target(cairo); |