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

Unified Diff: third_party/WebKit/Source/core/paint/ThemePainter.cpp

Issue 2760063003: Remove the -webkit-fullscreen-volume-* pseudos, they're dead code. (Closed)
Patch Set: Created 3 years, 9 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
Index: third_party/WebKit/Source/core/paint/ThemePainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.cpp b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
index 20f5fd19623ff5a14d8c9a1e018132d4c70cc09b..7c318cb6897018cb9c3f3cdc068c01fa6f3d63e6 100644
--- a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
+++ b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
@@ -132,8 +132,6 @@ bool ThemePainter::paint(const LayoutObject& o,
return MediaControlsPainter::paintMediaVolumeSlider(o, paintInfo, r);
case MediaVolumeSliderThumbPart:
return MediaControlsPainter::paintMediaVolumeSliderThumb(o, paintInfo, r);
- case MediaFullscreenVolumeSliderPart:
- case MediaFullscreenVolumeSliderThumbPart:
case MediaTimeRemainingPart:
case MediaCurrentTimePart:
case MediaControlsBackgroundPart:

Powered by Google App Engine
This is Rietveld 408576698