Revert 3933 "Remove traces of deprecated WebRtc_Word types."

> Remove traces of deprecated WebRtc_Word types.
> 
> BUG=314
> R=tommi@webrtc.org
> 
> Review URL: https://webrtc-codereview.appspot.com/1385004

TBR=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1386004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3934 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-05-02 09:30:12 +00:00
parent 265a5d298a
commit 68e5a68f07
7 changed files with 30 additions and 19 deletions

View File

@ -87,7 +87,7 @@ class FileOutputFrameReceiver : public webrtc::VCMReceiveCallback {
virtual ~FileOutputFrameReceiver();
// VCMReceiveCallback
virtual int32_t FrameToRender(webrtc::I420VideoFrame& video_frame);
virtual WebRtc_Word32 FrameToRender(webrtc::I420VideoFrame& video_frame);
private:
std::string out_filename_;