| 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.
|
|
|