diff options
Diffstat (limited to 'skia/ext/platform_device_mac.h')
-rwxr-xr-x | skia/ext/platform_device_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/ext/platform_device_mac.h b/skia/ext/platform_device_mac.h index 589448c..dbfed5c 100755 --- a/skia/ext/platform_device_mac.h +++ b/skia/ext/platform_device_mac.h @@ -12,7 +12,7 @@ class SkMatrix; class SkPath; class SkRegion; -namespace gfx { +namespace skia { // A device is basically a wrapper around SkBitmap that provides a surface for // SkCanvas to draw into. Our device provides a surface CoreGraphics can also @@ -80,7 +80,7 @@ class PlatformDeviceMac : public SkDevice { adjustAlpha adjustor) = 0; }; -} // namespace gfx +} // namespace skia #endif // SKIA_EXT_PLATFORM_DEVICE_MAC_H_ |