summaryrefslogtreecommitdiffstats
path: root/skia/ext/vector_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'skia/ext/vector_device.h')
-rw-r--r--skia/ext/vector_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/vector_device.h b/skia/ext/vector_device.h
index b4f3336..5fdb9a0 100644
--- a/skia/ext/vector_device.h
+++ b/skia/ext/vector_device.h
@@ -10,7 +10,7 @@
#include "SkMatrix.h"
#include "SkRegion.h"
-namespace gfx {
+namespace skia {
// A device is basically a wrapper around SkBitmap that provides a surface for
// SkCanvas to draw into. This specific device is not not backed by a surface
@@ -113,7 +113,7 @@ class VectorDevice : public PlatformDeviceWin {
DISALLOW_COPY_AND_ASSIGN(VectorDevice);
};
-} // namespace gfx
+} // namespace skia
#endif // VectorDevice_h