Chromium Code Reviews| Index: media/base/pipeline_impl.cc |
| =================================================================== |
| --- media/base/pipeline_impl.cc (revision 9872) |
| +++ media/base/pipeline_impl.cc (working copy) |
| @@ -208,8 +208,8 @@ |
| void PipelineImpl::SetVideoSize(size_t width, size_t height) { |
| AutoLock auto_lock(lock_); |
| - width = width; |
| - height = height; |
| + video_width_ = width; |
| + video_height_ = height; |
| } |
| //----------------------------------------------------------------------------- |