| Index: cc/resources/video_resource_updater.cc
|
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
|
| index a1286b917b4f2bde8af4248eb7654b2da202db4d..d113e8bf5d5196527433f7b65964e6c52454bd0c 100644
|
| --- a/cc/resources/video_resource_updater.cc
|
| +++ b/cc/resources/video_resource_updater.cc
|
| @@ -252,7 +252,8 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes(
|
| video_renderer_->Paint(video_frame.get(),
|
| lock.sk_canvas(),
|
| video_frame->visible_rect(),
|
| - 0xff);
|
| + 0xff,
|
| + media::VIDEO_ROTATION_0);
|
| }
|
|
|
| RecycleResourceData recycle_data = {
|
|
|