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

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

Issue 16415007: Cleanup usage of CSSPropertyID and CSSValueID inside Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 0f7eeac2742a9b49cc39777ab6a24b972741c911..57589c2a397d5859eacabf8e9006b8a67815bd43 100644
--- a/Source/core/rendering/RenderThemeChromiumFontProvider.h
+++ b/Source/core/rendering/RenderThemeChromiumFontProvider.h
@@ -26,6 +26,8 @@
#ifndef RenderThemeChromiumFontProvider_h
#define RenderThemeChromiumFontProvider_h
+#include "CSSValueKeywords.h"
+
namespace WTF {
class String;
}
@@ -36,7 +38,7 @@ class FontDescription;
class RenderThemeChromiumFontProvider {
public:
- static void systemFont(int propId, FontDescription&);
+ static void systemFont(CSSValueID, FontDescription&);
static void setDefaultFontSize(int);
protected:
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumDefault.cpp ('k') | Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698