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

Unified Diff: remoting/client/plugin/chromoting_scriptable_object.cc

Issue 8985007: Refactoring of the client-side input pipeline and scaling dimension management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: remoting/client/plugin/chromoting_scriptable_object.cc
diff --git a/remoting/client/plugin/chromoting_scriptable_object.cc b/remoting/client/plugin/chromoting_scriptable_object.cc
index a9a60d5dc5a14ca7b4ad1068e924fc69ad5b032c..ac0b68000a93ce701d5865adfc261e0d5d02f146 100644
--- a/remoting/client/plugin/chromoting_scriptable_object.cc
+++ b/remoting/client/plugin/chromoting_scriptable_object.cc
@@ -421,8 +421,7 @@ Var ChromotingScriptableObject::DoSetScaleToFit(const std::vector<Var>& args,
return Var();
}
- VLOG(1) << "Setting scale-to-fit.";
- instance_->SetScaleToFit(args[0].AsBool());
+ VLOG(1) << "Ignoring setScaleToFit";
Sergey Ulanov 2011/12/20 00:05:35 Do we need to keep this method just for backward c
Wez 2011/12/20 07:14:14 I've replaced this method with DoNothing(). I *th
return Var();
}

Powered by Google App Engine
This is Rietveld 408576698