Index: Source/core/rendering/RenderMediaControls.h |
diff --git a/Source/core/rendering/RenderMediaControls.h b/Source/core/rendering/RenderMediaControls.h |
index 48cb9871242277915696cc3466074f980e2512f2..d300d769f787f5685cc5b3cc9574b93ee90c6c15 100644 |
--- a/Source/core/rendering/RenderMediaControls.h |
+++ b/Source/core/rendering/RenderMediaControls.h |
@@ -35,11 +35,11 @@ namespace blink { |
struct PaintInfo; |
class IntRect; |
-class RenderObject; |
+class LayoutObject; |
class RenderMediaControls { |
public: |
- static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&); |
+ static bool paintMediaControlsPart(MediaControlElementType, LayoutObject*, const PaintInfo&, const IntRect&); |
static void adjustMediaSliderThumbSize(RenderStyle&); |
static String formatMediaControlsTime(float time); |
static String formatMediaControlsCurrentTime(float currentTime, float duration); |