Index: ui/gfx/render_text_win.h |
diff --git a/ui/gfx/render_text_win.h b/ui/gfx/render_text_win.h |
index 4e8caf6484d32366700771d257995f6403afc5a2..0f35feaa82fbff975f55b11b6da2be8cfa024714 100644 |
--- a/ui/gfx/render_text_win.h |
+++ b/ui/gfx/render_text_win.h |
@@ -100,7 +100,8 @@ 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) const; |
+ int CountCharsWithMissingGlyphs(internal::TextRun* run, |
+ HRESULT shaping_result) const; |
// Return the run index that contains the argument; or the length of the |
// |runs_| vector if argument exceeds the text length or width. |