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

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

Issue 2447503002: Remove newMediaPlaybackUi flag from content/ and Blink. (Closed)
Patch Set: fix mistake caught by tests 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 1cf7e7dad0ba1d17a8e22b8d46802d53ea5135a8..40d95f3c98e969adc404f630fd193cf96f5fb90a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
@@ -28,7 +28,6 @@
#include "core/style/ComputedStyle.h"
#include "platform/LayoutTestSupport.h"
#include "platform/PlatformResourceLoader.h"
-#include "platform/RuntimeEnabledFeatures.h"
#include "public/platform/Platform.h"
#include "public/platform/WebThemeEngine.h"
@@ -47,10 +46,7 @@ String LayoutThemeMobile::extraDefaultStyleSheet() {
}
String LayoutThemeMobile::extraMediaControlsStyleSheet() {
- return loadResourceAsASCIIString(
- RuntimeEnabledFeatures::newMediaPlaybackUiEnabled()
- ? "mediaControlsAndroidNew.css"
- : "mediaControlsAndroid.css");
+ return loadResourceAsASCIIString("mediaControlsAndroidNew.css");
}
String LayoutThemeMobile::extraFullscreenStyleSheet() {
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTheme.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698