| Index: Source/core/rendering/RenderMediaControlsChromium.h
|
| diff --git a/Source/core/rendering/RenderMediaControlsChromium.h b/Source/core/rendering/RenderMediaControlsChromium.h
|
| index 9e9e81085b68aa7f66117cb688f7890d1e31e3cc..2185d7d8afdc35f8fa3b265c448e0fab21d3a609 100644
|
| --- a/Source/core/rendering/RenderMediaControlsChromium.h
|
| +++ b/Source/core/rendering/RenderMediaControlsChromium.h
|
| @@ -32,7 +32,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -struct PaintInfo;
|
| +class PaintInfo;
|
|
|
| class HTMLMediaElement;
|
| class IntRect;
|
| @@ -40,7 +40,7 @@ class RenderObject;
|
|
|
| class RenderMediaControlsChromium {
|
| public:
|
| - static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
|
| + static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, PaintInfo&, const IntRect&);
|
| static void adjustMediaSliderThumbSize(RenderStyle*);
|
| static String formatMediaControlsTime(float time);
|
| static String formatMediaControlsCurrentTime(float currentTime, float duration);
|
|
|