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

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

Issue 948063002: Move rendering/RenderMeter to layout/LayoutMeter. (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/LayoutMeter.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 915633df537ae373ec3760ef6ade6c1a5a9c5714..3a996daf00a5bfbf488f1cd7b4be9da2f2bc0227 100644
--- a/Source/core/layout/LayoutTheme.h
+++ b/Source/core/layout/LayoutTheme.h
@@ -40,7 +40,7 @@ class AuthorStyleInfo;
class Element;
class FileList;
class HTMLInputElement;
-class RenderMeter;
+class LayoutMeter;
class LayoutProgress;
@@ -166,7 +166,7 @@ public:
virtual String formatMediaControlsTime(float time) const;
virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const;
- virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const;
+ virtual IntSize meterSizeForBounds(const LayoutMeter*, const IntRect&) const;
virtual bool supportsMeter(ControlPart) const;
// Returns size of one slider tick mark for a horizontal track.
« no previous file with comments | « Source/core/layout/LayoutMeter.cpp ('k') | Source/core/layout/LayoutTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698