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

Side by Side Diff: third_party/WebKit/Source/core/css/mediaControlsAndroid.css

Issue 2898553002: [Media,Remoting] Remove the disable remoting button on Android (Closed)
Patch Set: Removed the style check for event listeners Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2015 Google Inc. 2 * Copyright (C) 2015 Google Inc.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-bu tton, 68 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-bu tton,
69 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-f ullscreen-button, 69 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-f ullscreen-button,
70 audio::-internal-media-controls-cast-button, video::-internal-media-controls-cas t-button, 70 audio::-internal-media-controls-cast-button, video::-internal-media-controls-cas t-button,
71 audio::-internal-media-controls-download-button, video::-internal-media-controls -download-button, 71 audio::-internal-media-controls-download-button, video::-internal-media-controls -download-button,
72 audio::-internal-media-controls-overflow-button, video::-internal-media-controls -overflow-button, 72 audio::-internal-media-controls-overflow-button, video::-internal-media-controls -overflow-button,
73 video::-webkit-media-controls-toggle-closed-captions-button { 73 video::-webkit-media-controls-toggle-closed-captions-button {
74 padding: 8px; 74 padding: 8px;
75 width: 48px; 75 width: 48px;
76 height: 48px; 76 height: 48px;
77 } 77 }
78
79 video::-internal-media-remoting-disable-button {
80 /* The button is not used on Android. */
81 display: none;
82 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698