Index: ui/gfx/render_text_win.h |
diff --git a/ui/gfx/render_text_win.h b/ui/gfx/render_text_win.h |
index bfe37930fe9c94c60ed87b750abce2058ef99fc7..9fea056d37b388812009232e350724f307312558 100644 |
--- a/ui/gfx/render_text_win.h |
+++ b/ui/gfx/render_text_win.h |
@@ -101,8 +101,7 @@ class RenderTextWin : public RenderText { |
HRESULT ShapeTextRunWithFont(internal::TextRun* run, const Font& font); |
// Returns the number of characters in |run| that have missing glyphs. |
- int CountCharsWithMissingGlyphs(internal::TextRun* run, |
- HRESULT shaping_result) const; |
+ int CountCharsWithMissingGlyphs(internal::TextRun* run) const; |
// Return the run index that contains the argument; or the length of the |
// |runs_| vector if argument exceeds the text length or width. |