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

Unified Diff: Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h

Issue 22923010: DevTools: Add CSS.getPlatformFontsForNode in protocol.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: use HFONT instead of SKTypeface on Win Created 7 years, 4 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
Index: Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h
diff --git a/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h b/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h
index 9d9ea6aa43a1cfbad2f08bb303019f8fad57f188..7f94d604ea1e6ed5c6f58fea232fe9828c391748 100644
--- a/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h
+++ b/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h
@@ -70,6 +70,8 @@ public:
FontPlatformData(const FontPlatformData& src, float textSize);
~FontPlatformData();
+ String fontFamilyName() const;
+
// -------------------------------------------------------------------------
// Return true iff this font is monospaced (i.e. every glyph has an equal x
// advance)

Powered by Google App Engine
This is Rietveld 408576698