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

Unified Diff: remoting/client/chromoting_client.cc

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
Index: remoting/client/chromoting_client.cc
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
index a5f71ae43c7cb9e09007340e31466a361046a899..77be87ed2742377904f126bc97ba8ad6c1bdc839 100644
--- a/remoting/client/chromoting_client.cc
+++ b/remoting/client/chromoting_client.cc
@@ -103,11 +103,6 @@ ChromotingStats* ChromotingClient::GetStats() {
return &stats_;
}
-void ChromotingClient::Repaint() {
- DCHECK(message_loop()->BelongsToCurrentThread());
- view_->Paint();
-}
-
void ChromotingClient::ProcessVideoPacket(const VideoPacket* packet,
const base::Closure& done) {
DCHECK(message_loop()->BelongsToCurrentThread());

Powered by Google App Engine
This is Rietveld 408576698