| Index: skia/ext/platform_device_mac.h
|
| ===================================================================
|
| --- skia/ext/platform_device_mac.h (revision 6968)
|
| +++ skia/ext/platform_device_mac.h (working copy)
|
| @@ -12,7 +12,7 @@
|
| 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 @@
|
| adjustAlpha adjustor) = 0;
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace skia
|
|
|
| #endif // SKIA_EXT_PLATFORM_DEVICE_MAC_H_
|
|
|
|
|