Index: remoting/client/plugin/pepper_view.h |
diff --git a/remoting/client/plugin/pepper_view.h b/remoting/client/plugin/pepper_view.h |
index 4848a8e4d7b0acd3127f6fe0f151764331999abb..bdbe51e83f3b26e2833d4e4e7859861b534370f1 100644 |
--- a/remoting/client/plugin/pepper_view.h |
+++ b/remoting/client/plugin/pepper_view.h |
@@ -48,6 +48,7 @@ class PepperView : public FrameConsumer { |
virtual void ReturnBuffer(webrtc::DesktopFrame* buffer) OVERRIDE; |
virtual void SetSourceSize(const SkISize& source_size, |
const SkIPoint& dpi) OVERRIDE; |
+ virtual PixelFormat GetPixelFormat() OVERRIDE; |
// Updates the PepperView's size & clipping area, taking into account the |
// DIP-to-device scale factor. |