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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp

Issue 2443903002: Remove all "new" suffixes from media player assets. (Closed)
Patch Set: fix name Created 4 years, 2 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/LayoutThemeMobile.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
index 40d95f3c98e969adc404f630fd193cf96f5fb90a..4345f8aa29c3957afb858cdbd87b3b8ab0e95a0f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
@@ -46,7 +46,7 @@ String LayoutThemeMobile::extraDefaultStyleSheet() {
}
String LayoutThemeMobile::extraMediaControlsStyleSheet() {
- return loadResourceAsASCIIString("mediaControlsAndroidNew.css");
+ return loadResourceAsASCIIString("mediaControlsAndroid.css");
}
String LayoutThemeMobile::extraFullscreenStyleSheet() {
« no previous file with comments | « third_party/WebKit/Source/core/css/mediaControlsNew.css ('k') | third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698