diff options
Diffstat (limited to 'remoting/base/encoder_row_based.h')
-rw-r--r-- | remoting/base/encoder_row_based.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/base/encoder_row_based.h b/remoting/base/encoder_row_based.h index b3b62d5..fe7f49c 100644 --- a/remoting/base/encoder_row_based.h +++ b/remoting/base/encoder_row_based.h @@ -61,6 +61,10 @@ class EncoderRowBased : public Encoder { scoped_refptr<CaptureData> capture_data_; scoped_ptr<DataAvailableCallback> callback_; + // The most recent screen size. + int screen_width_; + int screen_height_; + int packet_size_; }; |