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

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 9331003: Improving the decoder pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: remoting/client/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index 583e7985efbba2bd680dc522b6f1adc4b0bbb6e0..c31913603f1e2a7e3754e4fcf7d87005cd57f0e0 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -82,6 +82,10 @@ class ChromotingInstance : public pp::InstancePrivate {
bool DoScaling() const { return scale_to_fit_; }
+ // TODO(alexeypa): Give the plugin a way to call the decoder directly and
+ // remove this method.
+ void RefreshFullFrame();
+
// Registers a global log message handler that redirects the log output to
// our plugin instance.
// This is called by the plugin's PPP_InitializeModule.

Powered by Google App Engine
This is Rietveld 408576698