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

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

Issue 942583002: Move rendering/RenderProgress to layout/LayoutProgress (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/LayoutProgress.cpp ('k') | Source/core/layout/LayoutTheme.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTheme.h
diff --git a/Source/core/layout/LayoutTheme.h b/Source/core/layout/LayoutTheme.h
index e46bf0cb9af6346e4cb5a29bc196c1a80ea61d68..915633df537ae373ec3760ef6ade6c1a5a9c5714 100644
--- a/Source/core/layout/LayoutTheme.h
+++ b/Source/core/layout/LayoutTheme.h
@@ -41,7 +41,7 @@ class Element;
class FileList;
class HTMLInputElement;
class RenderMeter;
-class RenderProgress;
+class LayoutProgress;
class LayoutTheme : public RefCounted<LayoutTheme> {
@@ -158,9 +158,9 @@ public:
virtual bool paintCapsLockIndicator(LayoutObject*, const PaintInfo&, const IntRect&) { return 0; };
// Returns the repeat interval of the animation for the progress bar.
- virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
+ virtual double animationRepeatIntervalForProgressBar(LayoutProgress*) const;
// Returns the duration of the animation for the progress bar.
- virtual double animationDurationForProgressBar(RenderProgress*) const;
+ virtual double animationDurationForProgressBar(LayoutProgress*) const;
// Media controls
virtual String formatMediaControlsTime(float time) const;
« no previous file with comments | « Source/core/layout/LayoutProgress.cpp ('k') | Source/core/layout/LayoutTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698