summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin/pepper_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/plugin/pepper_view.h')
-rw-r--r--remoting/client/plugin/pepper_view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/client/plugin/pepper_view.h b/remoting/client/plugin/pepper_view.h
index 119d1ca..2fb463a 100644
--- a/remoting/client/plugin/pepper_view.h
+++ b/remoting/client/plugin/pepper_view.h
@@ -67,6 +67,9 @@ class PepperView : public ChromotingView,
pp::Graphics2D graphics2d_;
+ // A backing store that saves the current desktop image.
+ scoped_ptr<pp::ImageData> backing_store_;
+
int viewport_width_;
int viewport_height_;