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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTheme.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/layout/LayoutTheme.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
index cda01b9a95a70c7e59ae64e608057a28653fb548..5717e45a741742c46546179e5f633fe1907a00ce 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
@@ -237,7 +237,6 @@ void LayoutTheme::adjustStyle(ComputedStyle& style, Element* e) {
return adjustMenuListButtonStyle(style, e);
case SliderHorizontalPart:
case SliderVerticalPart:
- case MediaFullscreenVolumeSliderPart:
case MediaSliderPart:
case MediaVolumeSliderPart:
return adjustSliderContainerStyle(style, e);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutSliderThumb.cpp ('k') | third_party/WebKit/Source/core/paint/ThemePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698