| Index: skia/ext/vector_platform_device_skia.cc
|
| diff --git a/skia/ext/vector_platform_device_skia.cc b/skia/ext/vector_platform_device_skia.cc
|
| index 14376222b49c4dd397acf76b85e052db94e613f6..fba1baae3adceb5a1a89838aeec1c2a287733bff 100644
|
| --- a/skia/ext/vector_platform_device_skia.cc
|
| +++ b/skia/ext/vector_platform_device_skia.cc
|
| @@ -43,7 +43,6 @@ PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() {
|
| DCHECK(raster_surface_ == NULL);
|
| raster_surface_ = BitmapPlatformDevice::CreateAndClear(width(), height(),
|
| false);
|
| - raster_surface_->unref(); // SkRefPtr and create both took a reference.
|
| return raster_surface_->BeginPlatformPaint();
|
| }
|
|
|
|
|