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

Unified Diff: ui/gfx/render_text_win.h

Issue 382793004: RenderTextWin: Unroll the loop in LayoutTextRun for clarity (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 6 years, 5 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') | ui/gfx/render_text_win.cc » ('J')
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 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.
« no previous file with comments | « no previous file | ui/gfx/render_text_win.cc » ('j') | ui/gfx/render_text_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698