Chromium Code Reviews| Index: Source/core/rendering/RenderThemeChromiumSkia.cpp |
| diff --git a/Source/core/rendering/RenderThemeChromiumSkia.cpp b/Source/core/rendering/RenderThemeChromiumSkia.cpp |
| index b2e10ca97a2324f6e38b21943fae8c0b0b960b1e..828e2ef25b5d0e95951fa3530106ef1f8787f630 100644 |
| --- a/Source/core/rendering/RenderThemeChromiumSkia.cpp |
| +++ b/Source/core/rendering/RenderThemeChromiumSkia.cpp |
| @@ -315,7 +315,10 @@ bool RenderThemeChromiumSkia::paintMediaToggleClosedCaptionsButton(RenderObject* |
| { |
| return RenderMediaControls::paintMediaControlsPart(MediaShowClosedCaptionsButton, o, paintInfo, r); |
| } |
| - |
| +bool RenderThemeChromiumSkia::paintMediaCastButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) |
| +{ |
| + return RenderMediaControls::paintMediaControlsPart(MediaCastOffButton, o, paintInfo, r); |
| +} |
|
abarth-chromium
2014/09/11 16:42:54
Please add blank lines between functions.
aberent
2014/09/11 17:08:31
Done.
|
| bool RenderThemeChromiumSkia::paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) |
| { |
| return RenderMediaControls::paintMediaControlsPart(MediaVolumeSliderThumb, object, paintInfo, rect); |