Index: remoting/client/rectangle_update_decoder.h |
diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h |
index 5eefcadaeff87ed53bbfcb4c14591b3678be7c9b..fe71909f5944de391cef34d33fc015ab2bfb2c86 100644 |
--- a/remoting/client/rectangle_update_decoder.h |
+++ b/remoting/client/rectangle_update_decoder.h |
@@ -60,6 +60,7 @@ class RectangleUpdateDecoder |
virtual void RequestReturnBuffers(const base::Closure& done) OVERRIDE; |
virtual void SetOutputSizeAndClip(const SkISize& view_size, |
const SkIRect& clip_area) OVERRIDE; |
+ virtual const SkRegion* GetBufferShape() OVERRIDE; |
// VideoStub implementation. |
virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet, |