summaryrefslogtreecommitdiffstats
path: root/skia/ext/vector_device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'skia/ext/vector_device.cc')
-rw-r--r--skia/ext/vector_device.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/skia/ext/vector_device.cc b/skia/ext/vector_device.cc
index a587e0c..2dc0c30 100644
--- a/skia/ext/vector_device.cc
+++ b/skia/ext/vector_device.cc
@@ -5,12 +5,14 @@
#include "skia/ext/vector_device.h"
#include "base/gfx/gdi_util.h"
-#include "base/gfx/skia_utils.h"
#include "base/logging.h"
#include "base/scoped_handle.h"
-
+#include "skia/ext/skia_utils_win.h"
#include "SkUtils.h"
+// TOOD(brettw) remove this when this file is changed over to namespace skia.
+using namespace skia;
+
namespace gfx {
VectorDevice* VectorDevice::create(HDC dc, int width, int height) {