diff options
Diffstat (limited to 'skia/ext/vector_canvas_linux.cc')
-rw-r--r-- | skia/ext/vector_canvas_linux.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/vector_canvas_linux.cc b/skia/ext/vector_canvas_linux.cc index f2b8371..aff4fbe 100644 --- a/skia/ext/vector_canvas_linux.cc +++ b/skia/ext/vector_canvas_linux.cc @@ -15,8 +15,8 @@ VectorCanvas::VectorCanvas(cairo_t* context, int width, int height) { } bool VectorCanvas::initialize(cairo_t* context, int width, int height) { - SkDevice* device = SkVectorPlatformDeviceFactory::CreateDevice(context, width, - height, true); + SkDevice* device = VectorPlatformDeviceFactory::CreateDevice(context, width, + height, true); if (!device) return false; |