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

Unified Diff: Source/platform/fonts/shaping/SimpleShaper.h

Issue 676523003: Offset-only GlyphBuffer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 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 | « Source/platform/fonts/shaping/HarfBuzzShaper.cpp ('k') | Source/platform/fonts/shaping/SimpleShaper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/shaping/SimpleShaper.h
diff --git a/Source/platform/fonts/shaping/SimpleShaper.h b/Source/platform/fonts/shaping/SimpleShaper.h
index 29f1ef37c16e9fec0e233ca25fd8d15d86c33b2a..d848ff5a390ccb1f5264949c33ba1a3922bd4079 100644
--- a/Source/platform/fonts/shaping/SimpleShaper.h
+++ b/Source/platform/fonts/shaping/SimpleShaper.h
@@ -82,7 +82,7 @@ private:
GlyphData glyphDataForCharacter(CharacterData&, bool normalizeSpace = false);
float characterWidth(UChar32, const GlyphData&) const;
void cacheFallbackFont(const SimpleFontData*, const SimpleFontData* primaryFont);
- float adjustSpacing(float, const CharacterData&, const SimpleFontData&, GlyphBuffer*);
+ float adjustSpacing(float, const CharacterData&);
void updateGlyphBounds(const GlyphData&, float width, bool firstCharacter);
template <typename TextIterator>
« no previous file with comments | « Source/platform/fonts/shaping/HarfBuzzShaper.cpp ('k') | Source/platform/fonts/shaping/SimpleShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698