Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: ui/gfx/render_text_win.h

Issue 638413003: Revert 4939383c95030cf963cf5a70ede23c57b212baa4 from M39 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2171
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/render_text_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | ui/gfx/render_text_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698