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

Unified Diff: remoting/webapp/client_session.js

Issue 9331003: Improving the decoder pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More CR feedback. Created 8 years, 10 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
« remoting/client/plugin/pepper_view.h ('K') | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/client_session.js
diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js
index 1acc7b75ce45b60f881f1ffd1e7542c94dd1417a..bfd0e607726e7aef79719369fd980a5714e7fc5e 100644
--- a/remoting/webapp/client_session.js
+++ b/remoting/webapp/client_session.js
@@ -443,7 +443,6 @@ remoting.ClientSession.prototype.updateDimensions = function() {
var windowWidth = window.innerWidth;
var windowHeight = window.innerHeight;
var scale = 1.0;
-
Wez 2012/02/23 22:59:26 nit: Looks like this file didn't get reverted clea
alexeypa (please no reviews) 2012/02/23 23:59:14 Done.
if (this.getScaleToFit()) {
var scaleFitWidth = 1.0 * windowWidth / this.plugin.desktopWidth;
var scaleFitHeight = 1.0 * windowHeight / this.plugin.desktopHeight;
« remoting/client/plugin/pepper_view.h ('K') | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698