| Index: skia/ext/vector_platform_device_linux.cc
|
| diff --git a/skia/ext/vector_platform_device_linux.cc b/skia/ext/vector_platform_device_linux.cc
|
| index 068ae898b8729c2c42ec3e58eefc0afeb362d590..bc6a41e126062f1cc2f8b5619a6cc33ffea6845d 100644
|
| --- a/skia/ext/vector_platform_device_linux.cc
|
| +++ b/skia/ext/vector_platform_device_linux.cc
|
| @@ -78,9 +78,9 @@ SkDevice* VectorPlatformDeviceFactory::newDevice(SkCanvas* ignored,
|
| }
|
|
|
| // static
|
| -SkDevice* VectorPlatformDeviceFactory::CreateDevice(cairo_t* context,
|
| - int width, int height,
|
| - bool isOpaque) {
|
| +PlatformDevice* VectorPlatformDeviceFactory::CreateDevice(cairo_t* context,
|
| + int width, int height,
|
| + bool isOpaque) {
|
| // TODO(myhuang): Here we might also have similar issues as those on Windows
|
| // (vector_canvas_win.cc, http://crbug.com/18382 & http://crbug.com/18383).
|
| // Please note that is_opaque is true when we use this class for printing.
|
|
|