| 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..0300f1f12cd892f3b8d5b1ccfad5a6acb6011e20 100644
|
| --- a/skia/ext/vector_platform_device_linux.cc
|
| +++ b/skia/ext/vector_platform_device_linux.cc
|
| @@ -78,9 +78,8 @@ SkDevice* VectorPlatformDeviceFactory::newDevice(SkCanvas* ignored,
|
| }
|
|
|
| // static
|
| -SkDevice* VectorPlatformDeviceFactory::CreateDevice(cairo_t* context,
|
| - int width, int height,
|
| - bool isOpaque) {
|
| +skia::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.
|
|
|