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

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

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.cc ('k') | ui/gfx/render_text_harfbuzz.cc » ('j') | 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 #ifndef UI_GFX_RENDER_TEXT_HARFBUZZ_H_ 6 #ifndef UI_GFX_RENDER_TEXT_HARFBUZZ_H_
6 #define UI_GFX_RENDER_TEXT_HARFBUZZ_H_ 7 #define UI_GFX_RENDER_TEXT_HARFBUZZ_H_
7 8
8 #include <stddef.h> 9 #include <stddef.h>
9 #include <stdint.h> 10 #include <stdint.h>
10 11
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 271
271 // Fixed width of glyphs. This should only be set in test environments. 272 // Fixed width of glyphs. This should only be set in test environments.
272 float glyph_width_for_test_; 273 float glyph_width_for_test_;
273 274
274 DISALLOW_COPY_AND_ASSIGN(RenderTextHarfBuzz); 275 DISALLOW_COPY_AND_ASSIGN(RenderTextHarfBuzz);
275 }; 276 };
276 277
277 } // namespace gfx 278 } // namespace gfx
278 279
279 #endif // UI_GFX_RENDER_TEXT_HARFBUZZ_H_ 280 #endif // UI_GFX_RENDER_TEXT_HARFBUZZ_H_
OLDNEW
« no previous file with comments | « ui/gfx/render_text.cc ('k') | ui/gfx/render_text_harfbuzz.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698