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

Unified Diff: Source/core/layout/LayoutThemeMac.mm

Issue 952593003: Remove argument to progress bar timing methods on LayoutTheme. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/layout/LayoutThemeMac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeMac.mm
diff --git a/Source/core/layout/LayoutThemeMac.mm b/Source/core/layout/LayoutThemeMac.mm
index 7a8114758e2f318f5ea4bc2679db1d02c77b9520..7836a733ebee940374ffc5e5a274a59826c8de9f 100644
--- a/Source/core/layout/LayoutThemeMac.mm
+++ b/Source/core/layout/LayoutThemeMac.mm
@@ -977,12 +977,12 @@ int LayoutThemeMac::minimumProgressBarHeight(const LayoutStyle& style) const
return sizeForSystemFont(style, progressBarSizes()).height();
}
-double LayoutThemeMac::animationRepeatIntervalForProgressBar(LayoutProgress*) const
+double LayoutThemeMac::animationRepeatIntervalForProgressBar() const
{
return progressAnimationFrameRate;
}
-double LayoutThemeMac::animationDurationForProgressBar(LayoutProgress*) const
+double LayoutThemeMac::animationDurationForProgressBar() const
{
return progressAnimationNumFrames * progressAnimationFrameRate;
}
« no previous file with comments | « Source/core/layout/LayoutThemeMac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698