summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas_skia.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/canvas_skia.cc')
-rw-r--r--ui/gfx/canvas_skia.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/canvas_skia.cc b/ui/gfx/canvas_skia.cc
index b0c376c..2ab2fcc 100644
--- a/ui/gfx/canvas_skia.cc
+++ b/ui/gfx/canvas_skia.cc
@@ -252,7 +252,7 @@ void Canvas::DrawStringWithShadows(const string16& text,
SkColor color,
const gfx::Rect& text_bounds,
int flags,
- const std::vector<ShadowValue>& shadows) {
+ const ShadowValues& shadows) {
if (!IntersectsClipRect(text_bounds))
return;