Chromium Code Reviews| Index: cc/resources/video_resource_updater.h |
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h |
| index 4e11110a01ca1eb89894fe5c775493d0972781f1..bdb4d1c9d256b9d2a0fa82b77ba2180f169fe328 100644 |
| --- a/cc/resources/video_resource_updater.h |
| +++ b/cc/resources/video_resource_updater.h |
| @@ -111,7 +111,7 @@ class CC_EXPORT VideoResourceUpdater |
| const media::VideoFrame* video_frame, |
| size_t plane_index); |
| - static void SetPlaneResourceUniqueId(const media::VideoFrame* video_frame, |
| + static void SetPlaneResourceUniqueId(media::VideoFrame* video_frame, |
|
miu
2016/02/22 21:17:37
Please add a comment like:
// Side effect: Sets
xjz
2016/02/23 03:36:03
Done.
|
| size_t plane_index, |
| PlaneResource* plane_resource); |