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

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

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/LayoutThemeDefault.cpp ('k') | Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeMac.h
diff --git a/Source/core/layout/LayoutThemeMac.h b/Source/core/layout/LayoutThemeMac.h
index 81f957c0e2009f2864d68504e70ebfc76152b43e..14207b92a73cb37ca6eb234f38da9d372e8f784c 100644
--- a/Source/core/layout/LayoutThemeMac.h
+++ b/Source/core/layout/LayoutThemeMac.h
@@ -78,9 +78,9 @@ public:
virtual bool supportsMeter(ControlPart) const override;
// Returns the repeat interval of the animation for the progress bar.
- virtual double animationRepeatIntervalForProgressBar(LayoutProgress*) const override;
+ virtual double animationRepeatIntervalForProgressBar() const override;
// Returns the duration of the animation for the progress bar.
- virtual double animationDurationForProgressBar(LayoutProgress*) const override;
+ virtual double animationDurationForProgressBar() const override;
virtual Color systemColor(CSSValueID) const override;
« no previous file with comments | « Source/core/layout/LayoutThemeDefault.cpp ('k') | Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698