diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 23:07:42 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 23:07:42 +0000 |
commit | 0d74f1e8fe44154ab7842812443b3138b2993c8c (patch) | |
tree | 11c2f071f68c19b3f25eed9150c1be11864eedc5 /skia/ext/vector_device.cc | |
parent | f799dd77cdfe8e5b29236547801f2e89ed0ed079 (diff) | |
download | chromium_src-0d74f1e8fe44154ab7842812443b3138b2993c8c.zip chromium_src-0d74f1e8fe44154ab7842812443b3138b2993c8c.tar.gz chromium_src-0d74f1e8fe44154ab7842812443b3138b2993c8c.tar.bz2 |
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
Diffstat (limited to 'skia/ext/vector_device.cc')
-rw-r--r-- | skia/ext/vector_device.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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); |