diff options
Diffstat (limited to 'skia/ext/platform_device_win.cc')
-rw-r--r-- | skia/ext/platform_device_win.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/skia/ext/platform_device_win.cc b/skia/ext/platform_device_win.cc index 5a94efa..905e9bf 100644 --- a/skia/ext/platform_device_win.cc +++ b/skia/ext/platform_device_win.cc @@ -11,10 +11,7 @@ #include "SkRegion.h" #include "SkUtils.h" -namespace gfx { - -// TODO(brettw) remove this when this file is moved into the Skia namespace. -using namespace skia; +namespace skia { PlatformDeviceWin::PlatformDeviceWin(const SkBitmap& bitmap) : SkDevice(bitmap) { @@ -228,5 +225,5 @@ void PlatformDeviceWin::LoadClippingRegionToDC(HDC context, DCHECK_NE(result, 0); } -} // namespace gfx +} // namespace skia |