diff options
Diffstat (limited to 'skia/ext/platform_device.h')
-rw-r--r-- | skia/ext/platform_device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/platform_device.h b/skia/ext/platform_device.h index 811dfa6..413a47f 100644 --- a/skia/ext/platform_device.h +++ b/skia/ext/platform_device.h @@ -14,7 +14,7 @@ #include "skia/ext/platform_device_linux.h" #endif -namespace gfx { +namespace skia { #if defined(WIN32) typedef PlatformDeviceWin PlatformDevice; @@ -24,4 +24,4 @@ typedef PlatformDeviceMac PlatformDevice; typedef PlatformDeviceLinux PlatformDevice; #endif -} // namespace gfx +} // namespace skia |