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

Unified Diff: remoting/webapp/base/html/main.css

Issue 825793002: Remove MediaStream renderer from the webapp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « remoting/webapp/base/html/client_plugin.html ('k') | remoting/webapp/base/js/application.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/html/main.css
diff --git a/remoting/webapp/base/html/main.css b/remoting/webapp/base/html/main.css
index 3545f1e6e7ed79001d5536ae277f15c7c1fed66f..b05400ec74bbc1e9651020a55091158851785eeb 100644
--- a/remoting/webapp/base/html/main.css
+++ b/remoting/webapp/base/html/main.css
@@ -716,38 +716,6 @@ body:not(.connected) #session-mode {
height: auto;
}
-/* video-container needs relative position so that mediasource-video-output can
- * be positioned relative to the parent with position:absolute. */
-#video-container {
- position: relative;
-}
-
-/* mediasource-video-output is hidden by default. */
-#video-container video {
- display: none;
-}
-
-/* Use absolute positioning for mediasource-video-output so that it's rendered
- * at the same position as the plugin. */
-#video-container.mediasource-rendering video {
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- box-shadow: 0 0 8px 0 black;
-}
-
-/*
- * With MediaSource-based rendering the plugin is transparent and is placed on
- * top of the <video> element so that it can still receive mouse events.
- *
- * TODO(sergeyu): This is temporary solution. Ideally mouse and keyboard events
- * should be captured on JS level and passed to the plugin.
- */
-#video-container.mediasource-rendering .client-plugin-container {
- opacity: 0;
-}
-
.mouse-cursor-overlay {
position: absolute;
pointer-events: none;
« no previous file with comments | « remoting/webapp/base/html/client_plugin.html ('k') | remoting/webapp/base/js/application.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698