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

Unified Diff: ui/gfx/render_text_win.h

Issue 8568002: Revert 109977 - Implement font fallback in RenderTextWin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
===================================================================
--- ui/gfx/render_text_win.h (revision 109999)
+++ ui/gfx/render_text_win.h (working copy)
@@ -43,7 +43,6 @@
scoped_array<int> advance_widths;
scoped_array<GOFFSET> offsets;
ABC abc_widths;
- SCRIPT_CACHE script_cache;
private:
DISALLOW_COPY_AND_ASSIGN(TextRun);
@@ -90,8 +89,8 @@
// Given a |run|, returns the SelectionModel that contains the logical first
// or last caret position inside (not at a boundary of) the run.
// The returned value represents a cursor/caret position without a selection.
- SelectionModel FirstSelectionModelInsideRun(internal::TextRun* run);
- SelectionModel LastSelectionModelInsideRun(internal::TextRun* run);
+ SelectionModel FirstSelectionModelInsideRun(internal::TextRun*);
+ SelectionModel LastSelectionModelInsideRun(internal::TextRun*);
// Get the selection model visually left/right of |selection| by one grapheme.
// The returned value represents a cursor/caret position without a selection.
@@ -112,6 +111,8 @@
SCRIPT_CONTROL script_control_;
SCRIPT_STATE script_state_;
+ SCRIPT_CACHE script_cache_;
+
std::vector<internal::TextRun*> runs_;
int string_width_;
Property changes on: ui\gfx\render_text_win.h
___________________________________________________________________
Deleted: svn:mergeinfo
« 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