| Index: remoting/codec/video_decoder_verbatim.h
|
| diff --git a/remoting/codec/video_decoder_verbatim.h b/remoting/codec/video_decoder_verbatim.h
|
| index 8c250138830ffb06d4dcd849ecfb5105837ca4fe..46c70693dbfed603b208280dc53c342533de6573 100644
|
| --- a/remoting/codec/video_decoder_verbatim.h
|
| +++ b/remoting/codec/video_decoder_verbatim.h
|
| @@ -65,7 +65,7 @@ class VideoDecoderVerbatim : public VideoDecoder {
|
| SkISize screen_size_;
|
|
|
| // The bitmap holding the remote screen bits.
|
| - scoped_array<uint8> screen_buffer_;
|
| + scoped_ptr<uint8[]> screen_buffer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(VideoDecoderVerbatim);
|
| };
|
|
|