diff options
Diffstat (limited to 'skia/ext/platform_device_mac.cc')
-rwxr-xr-x | skia/ext/platform_device_mac.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/skia/ext/platform_device_mac.cc b/skia/ext/platform_device_mac.cc index 3cc6fb4..58c775d 100755 --- a/skia/ext/platform_device_mac.cc +++ b/skia/ext/platform_device_mac.cc @@ -10,7 +10,10 @@ #include "SkPath.h" #include "SkUtils.h" -namespace gfx { +namespace skia { + +// TODO(brettw) remove this when the gfx namespaces are all removed. +using namespace gfx; namespace { @@ -157,5 +160,5 @@ void PlatformDeviceMac::LoadClippingRegionToCGContext( } } -} // namespace gfx +} // namespace skia |