Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / ui / gfx / render_text_win.h
index bfe3793..9fea056 100644 (file)
@@ -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.