Index: remoting/codec/video_decoder_verbatim.cc |
diff --git a/remoting/codec/video_decoder_verbatim.cc b/remoting/codec/video_decoder_verbatim.cc |
index 56b116f1942e6b6bd695a935f03a506cbd974269..fa3669046bd16fb4f88d17224712ccc001576d4d 100644 |
--- a/remoting/codec/video_decoder_verbatim.cc |
+++ b/remoting/codec/video_decoder_verbatim.cc |
@@ -203,4 +203,8 @@ void VideoDecoderVerbatim::RenderFrame(const SkISize& view_size, |
updated_region_.setEmpty(); |
} |
+const SkRegion* VideoDecoderVerbatim::GetImageShape() { |
+ return NULL; |
+} |
+ |
} // namespace remoting |