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

Side by Side Diff: ui/gfx/render_text_harfbuzz.cc

Issue 2840153002: Edit same files as tapted (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « ui/gfx/render_text_harfbuzz.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //
1 // Copyright 2014 The Chromium Authors. All rights reserved. 2 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 3 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 4 // found in the LICENSE file.
4 5
5 #include "ui/gfx/render_text_harfbuzz.h" 6 #include "ui/gfx/render_text_harfbuzz.h"
6 7
7 #include <limits> 8 #include <limits>
8 #include <set> 9 #include <set>
9 10
10 #include "base/i18n/bidi_line_iterator.h" 11 #include "base/i18n/bidi_line_iterator.h"
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 1704
1704 attribute.strike = run.strike; 1705 attribute.strike = run.strike;
1705 attribute.diagonal_strike = run.diagonal_strike; 1706 attribute.diagonal_strike = run.diagonal_strike;
1706 decorated_text->attributes.push_back(attribute); 1707 decorated_text->attributes.push_back(attribute);
1707 } 1708 }
1708 } 1709 }
1709 return true; 1710 return true;
1710 } 1711 }
1711 1712
1712 } // namespace gfx 1713 } // namespace gfx
OLDNEW
« no previous file with comments | « ui/gfx/render_text_harfbuzz.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698