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

Unified Diff: chrome/browser/resources/video_player/css/video_player.css

Issue 196383030: [VideoPlayer] dedicated video player app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add the script file to the whitelist. Created 6 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: chrome/browser/resources/video_player/css/video_player.css
diff --git a/chrome/browser/resources/file_manager/foreground/css/video_player.css b/chrome/browser/resources/video_player/css/video_player.css
similarity index 95%
copy from chrome/browser/resources/file_manager/foreground/css/video_player.css
copy to chrome/browser/resources/video_player/css/video_player.css
index decb63dfee8bc5e0e0e2c194ba22a7e6e30d6d4c..2c11c339ce48a2457469495a5c5ee62ca4f8fed9 100644
--- a/chrome/browser/resources/file_manager/foreground/css/video_player.css
+++ b/chrome/browser/resources/video_player/css/video_player.css
@@ -87,8 +87,8 @@ video {
-webkit-box-pack: center;
background-color: rgba(24, 24, 24, 1);
background-image: -webkit-image-set(
- url('../images/media/error.png') 1x,
- url('../images/media/2x/error.png') 2x);
+ url('../images/100/error.png') 1x,
+ url('../images/200/error.png') 2x);
background-position: 25px center;
background-repeat: no-repeat;
color: white;
« no previous file with comments | « chrome/browser/resources/video_player/OWNERS ('k') | chrome/browser/resources/video_player/images/100/error.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698