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

Unified Diff: Source/core/rendering/RenderThemeChromiumFontProvider.h

Issue 677103002: Expand system font values during property parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove isExpandedShorthandForAll. Created 6 years, 2 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/rendering/RenderThemeChromiumFontProvider.h
diff --git a/Source/core/rendering/RenderThemeChromiumFontProvider.h b/Source/core/rendering/RenderThemeChromiumFontProvider.h
index d0ec007d6755b4f7a5a8f2c6cb89cfafbdda0121..403f5a9bd20628e69a271c202bdae11034e6a91f 100644
--- a/Source/core/rendering/RenderThemeChromiumFontProvider.h
+++ b/Source/core/rendering/RenderThemeChromiumFontProvider.h
@@ -27,6 +27,7 @@
#define RenderThemeChromiumFontProvider_h
#include "core/CSSValueKeywords.h"
+#include "platform/fonts/FontTraits.h"
namespace blink {
@@ -34,7 +35,7 @@ class FontDescription;
class RenderThemeChromiumFontProvider {
public:
- static void systemFont(CSSValueID, FontDescription&);
+ static void systemFont(CSSValueID systemFontID, FontStyle&, FontWeight&, float& fontSize, AtomicString& fontFamily);
static void setDefaultFontSize(int);
protected:
« no previous file with comments | « Source/core/rendering/RenderTheme.cpp ('k') | Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698