diff options
Diffstat (limited to 'ui/gfx/canvas_mac.mm')
-rw-r--r-- | ui/gfx/canvas_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/canvas_mac.mm b/ui/gfx/canvas_mac.mm index 23025e9..2b8f39e 100644 --- a/ui/gfx/canvas_mac.mm +++ b/ui/gfx/canvas_mac.mm @@ -56,7 +56,7 @@ void Canvas::DrawStringWithShadows(const string16& text, SkColor color, const gfx::Rect& text_bounds, int flags, - const std::vector<ShadowValue>& shadows) { + const ShadowValues& shadows) { DLOG_IF(WARNING, !shadows.empty()) << "Text shadow not implemented."; SkTypeface* typeface = SkTypeface::CreateFromName(font.GetFontName().c_str(), |