| Index: remoting/client/jni/jni_frame_consumer.h | 
| diff --git a/remoting/client/jni/jni_frame_consumer.h b/remoting/client/jni/jni_frame_consumer.h | 
| index 38ff86c61078ae9d58e9c3a1ed59d10399c78d65..2ca206f4c3bee3fdccf842731e63d7fefbb80dcd 100644 | 
| --- a/remoting/client/jni/jni_frame_consumer.h | 
| +++ b/remoting/client/jni/jni_frame_consumer.h | 
| @@ -36,6 +36,7 @@ class JniFrameConsumer : public FrameConsumer { | 
| virtual void ReturnBuffer(webrtc::DesktopFrame* buffer) OVERRIDE; | 
| virtual void SetSourceSize(const SkISize& source_size, | 
| const SkIPoint& dpi) OVERRIDE; | 
| +  virtual PixelFormat GetPixelFormat() OVERRIDE; | 
|  | 
| private: | 
| // Variables are to be used from the display thread. | 
|  |