| Index: skia/ext/vector_platform_device_linux.cc
|
| ===================================================================
|
| --- skia/ext/vector_platform_device_linux.cc (revision 78814)
|
| +++ skia/ext/vector_platform_device_linux.cc (working copy)
|
| @@ -78,9 +78,9 @@
|
| }
|
|
|
| // static
|
| -PlatformDevice* VectorPlatformDeviceFactory::CreateDevice(cairo_t* context,
|
| - int width, int height,
|
| - bool isOpaque) {
|
| +SkDevice* 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.
|
|
|