Index: remoting/client/plugin/pepper_view.h |
=================================================================== |
--- remoting/client/plugin/pepper_view.h (revision 52921) |
+++ remoting/client/plugin/pepper_view.h (working copy) |
@@ -37,11 +37,13 @@ |
virtual ~PepperView(); |
// ChromotingView implementation. |
+ virtual bool Initialize(); |
+ virtual void TearDown(); |
virtual void Paint(); |
virtual void SetSolidFill(uint32 color); |
virtual void UnsetSolidFill(); |
virtual void SetViewport(int x, int y, int width, int height); |
- virtual void SetBackingStoreSize(int width, int height); |
+ virtual void SetHostScreenSize(int width, int height); |
virtual void HandleBeginUpdateStream(HostMessage* msg); |
virtual void HandleUpdateStreamPacket(HostMessage* msg); |
virtual void HandleEndUpdateStream(HostMessage* msg); |