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

Unified Diff: remoting/host/desktop_session_agent.h

Issue 11821004: Remove unused VideoFrameCapturer::size_most_recent() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « remoting/capturer/video_frame_capturer_win.cc ('k') | remoting/host/desktop_session_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_agent.h
diff --git a/remoting/host/desktop_session_agent.h b/remoting/host/desktop_session_agent.h
index fbb23c91d1a395592631d38ee8edddf3b042f7f3..dc7a0aa4024b7f194c9bda6afa9480698c3a38fa 100644
--- a/remoting/host/desktop_session_agent.h
+++ b/remoting/host/desktop_session_agent.h
@@ -22,6 +22,7 @@
#include "remoting/host/ui_strings.h"
#include "remoting/protocol/clipboard_stub.h"
#include "third_party/skia/include/core/SkRect.h"
+#include "third_party/skia/include/core/SkSize.h"
namespace IPC {
class ChannelProxy;
@@ -232,6 +233,9 @@ class DesktopSessionAgent
typedef std::list<scoped_refptr<SharedBuffer> > SharedBuffers;
SharedBuffers shared_buffers_;
+ // Size of the most recent captured frame.
+ SkISize size_most_recent_;
Wez 2013/01/08 21:05:25 nit: latest_size_ or current_size_
alexeypa (please no reviews) 2013/01/08 21:41:04 Done.
+
// True if the desktop session agent has been started.
bool started_;
« no previous file with comments | « remoting/capturer/video_frame_capturer_win.cc ('k') | remoting/host/desktop_session_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698