diff options
Diffstat (limited to 'remoting/host/capturer_fake.h')
-rw-r--r-- | remoting/host/capturer_fake.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/host/capturer_fake.h b/remoting/host/capturer_fake.h index a6279b7..420d30e 100644 --- a/remoting/host/capturer_fake.h +++ b/remoting/host/capturer_fake.h @@ -29,6 +29,9 @@ class CapturerFake : public Capturer { // Generates an image in the front buffer. void GenerateImage(); + int width_; + int height_; + int bytes_per_row_; int box_pos_x_; int box_pos_y_; int box_speed_x_; |