From 0d74f1e8fe44154ab7842812443b3138b2993c8c Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Fri, 12 Dec 2008 23:07:42 +0000 Subject: Move skia_utils into the skia namespace. Review URL: http://codereview.chromium.org/14079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6948 0039d316-1c4b-4281-b951-d872f2087c98 --- skia/ext/vector_device.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'skia/ext/vector_device.cc') diff --git a/skia/ext/vector_device.cc b/skia/ext/vector_device.cc index 32449ad..bf52462 100644 --- a/skia/ext/vector_device.cc +++ b/skia/ext/vector_device.cc @@ -13,6 +13,9 @@ namespace gfx { +// TODO(brettw) remove this when all the namespaces are moved to skia. +using namespace skia; + VectorDevice* VectorDevice::create(HDC dc, int width, int height) { InitializeDC(dc); -- cgit v1.1