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

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

Issue 329663002: Fix MediaSource renderer to limit memory consumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index 3f6b0c668b0c2d1e98b81c12468512855e42a9f8..0d4b17fe358d2b898bd77215a30ae799f03dfcb7 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -256,7 +256,8 @@ class ChromotingInstance :
const webrtc::DesktopVector& dpi) OVERRIDE;
virtual void OnMediaSourceShape(const webrtc::DesktopRegion& shape) OVERRIDE;
virtual void OnMediaSourceReset(const std::string& format) OVERRIDE;
- virtual void OnMediaSourceData(uint8_t* buffer, size_t buffer_size) OVERRIDE;
+ virtual void OnMediaSourceData(uint8_t* buffer, size_t buffer_size,
+ bool keyframe) OVERRIDE;
bool initialized_;
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698