summaryrefslogtreecommitdiffstats
path: root/skia/ext/vector_canvas.cc
diff options
context:
space:
mode:
Diffstat (limited to 'skia/ext/vector_canvas.cc')
-rw-r--r--skia/ext/vector_canvas.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/vector_canvas.cc b/skia/ext/vector_canvas.cc
index 0c6d306..851da79 100644
--- a/skia/ext/vector_canvas.cc
+++ b/skia/ext/vector_canvas.cc
@@ -7,7 +7,7 @@
namespace skia {
VectorCanvas::VectorCanvas()
- : PlatformCanvas(SkNEW(SkVectorPlatformDeviceFactory)) {
+ : PlatformCanvas(SkNEW(VectorPlatformDeviceFactory)) {
}
VectorCanvas::VectorCanvas(SkDeviceFactory* factory) : PlatformCanvas(factory) {