Commit eb26dd7c authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by Commit Bot

Fix comment typo in required_previous_frame+index_

Change '+' to '_' in that comment. It should read
required_previous_frame_index_.

Change-Id: I98e3a180be2d4fc3eaba6b01f9f80ec363da088b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153696Reviewed-by: default avatarChris Blume <cblume@chromium.org>
Reviewed-by: default avatarLeon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
Cr-Commit-Position: refs/heads/master@{#760108}
parent 4054f140
......@@ -412,7 +412,7 @@ class PLATFORM_EXPORT ImageDecoder {
//
// Image formats which do not use more than one frame do not need to
// worry about this; see comments on
// ImageFrame::required_previous_frame+index_.
// ImageFrame::required_previous_frame_index_.
size_t FindRequiredPreviousFrame(size_t frame_index,
bool frame_rect_is_opaque);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment