summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform/graphics/SkGraphicsContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/platform/graphics/SkGraphicsContext.cpp')
-rw-r--r--webkit/port/platform/graphics/SkGraphicsContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/port/platform/graphics/SkGraphicsContext.cpp b/webkit/port/platform/graphics/SkGraphicsContext.cpp
index 51d7e51..3a1b3c7 100644
--- a/webkit/port/platform/graphics/SkGraphicsContext.cpp
+++ b/webkit/port/platform/graphics/SkGraphicsContext.cpp
@@ -243,9 +243,9 @@ void SkGraphicsContext::paintComplexText(UniscribeStateTextRun& state,
canvas_->endPlatformPaint();
}
-bool SkGraphicsContext::paintText(HFONT hfont,
+bool SkGraphicsContext::paintText(FontHandle hfont,
int number_glyph,
- const WORD* glyphs,
+ const uint16* glyphs,
const int* advances,
const SkPoint& origin) {
SkColor color(paint_context_->fillColor());