diff options
Diffstat (limited to 'skia/ext/platform_device_linux.h')
-rw-r--r-- | skia/ext/platform_device_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/platform_device_linux.h b/skia/ext/platform_device_linux.h index 185baf0..5c16c08 100644 --- a/skia/ext/platform_device_linux.h +++ b/skia/ext/platform_device_linux.h @@ -7,7 +7,7 @@ #include "SkDevice.h" -namespace gfx { +namespace skia { // Blindly copying the mac hierarchy. class PlatformDeviceLinux : public SkDevice { @@ -20,6 +20,6 @@ class PlatformDeviceLinux : public SkDevice { PlatformDeviceLinux(const SkBitmap& bitmap); }; -} // namespace gfx +} // namespace skia #endif // SKIA_EXT_PLATFORM_DEVICE_LINUX_H_ |