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

Unified Diff: Source/core/rendering/RenderThemeChromiumMac.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/RenderThemeChromiumMac.h
diff --git a/Source/core/rendering/RenderThemeChromiumMac.h b/Source/core/rendering/RenderThemeChromiumMac.h
index 0c950fa4741989fdb5a2f0e143892fbc4154694d..a7788242f9925d2708fbbcadbd47dcf75248a04f 100644
--- a/Source/core/rendering/RenderThemeChromiumMac.h
+++ b/Source/core/rendering/RenderThemeChromiumMac.h
@@ -59,7 +59,7 @@ public:
virtual void platformColorsDidChange();
// System fonts.
- virtual void systemFont(int cssValueId, FontDescription&) const;
+ virtual void systemFont(CSSValueID, FontDescription&) const;
virtual int minimumMenuListSize(RenderStyle*) const;
@@ -86,7 +86,7 @@ public:
// Returns the duration of the animation for the progress bar.
virtual double animationDurationForProgressBar(RenderProgress*) const;
- virtual Color systemColor(int cssValueId) const;
+ virtual Color systemColor(CSSValueID) const;
protected:
RenderThemeChromiumMac();
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp ('k') | Source/core/rendering/RenderThemeChromiumMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698