Chromium Code Reviews| 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_; |